Custom Fields
The REST API supports custom fields associated with the supported resources (object types).
-
Custom fields are queryable. See Filtering. However, review the current limitations — Custom Fields Limitations in the REST API.
-
Attribute names for custom fields do not use the same naming convention as built-in fields. Custom field attribute names are formed using the custom field name as set in SuiteProjects Pro with the prefix
cf
. For example, the attribute for a custom field with the nameamex_transaction_number
in SuiteProjects Pro iscfamex_transaction_number
.
The following table shows the data types and formats corresponding to each custom field type in SuiteProjects Pro:
Custom Field Type |
Data Type and Format |
---|---|
Check box |
|
Numeric |
|
Date |
|
[All other custom field types] |
|
Custom Fields Limitations in the REST API
Review the following limitations:
-
Custom field types other than check box, numeric, and date are treated as string. The string value may depend according to the custom field type. For example, tag custom field type values include an HEX color code as well as the display text, multiple selection and pick list include all selected values in a string but in no determined order.
-
Error message for custom dropdown fields do not support UTF-8 encoded dropdown values.
-
When using custom fields with the filtering feature. See also Filtering.
-
Custom field types other than check box, numeric, and date are treated as string. You can only use the query operators available for the relevant data type and format string data types when querying other custom field types.
-
Custom field types multiple selection and pick list are supported but may not be handled correctly. Use the operators
CONTAIN
andCONTAIN_NOT
with these custom field types and compare with a valued including only one of the possible multiple selection or pick list field values.
-