SetKeyFileField
Action to update the key field of file field data.
Required parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
productLine | Alphanumeric string | The product line for the database file.
Maximum length for strings is 14. |
fileName | Alphanumeric string |
The name of the database file. You must specify fieldName. Maximum length for strings is 10. |
fieldNum | Integer |
The field number associated to field name. You must specify fieldNum. 0-based numbering. |
fieldName | Alphanumeric string |
The unique field name of a database file. Maximum length for strings is 14. |
Optional parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
key | Alphanumeric string |
The key number of a field. Maximum length for strings is 3. |
elementName | Alphanumeric string |
The element name attached to a field. Maximum length for strings is 14. |
XML request format
Format of the request XML payload for POST method calls. Note that these must always be wrapped by <ACTION> nodes.
<ACTION actionName="SETFILEFIELDKEY" >
<FILEFIELD fieldNum="0" key="98" productLine="PDL" fieldName="CURRENCY-CODE" fileName="CUCODES" status="pass"/>
<FILEFIELD key="99" productLine="PDL" fieldName="DESCRIPTION" fileName="CUCODES" status="pass"/>
</ACTION>