Returns the user-defined fields information.
Output / Response
Returns the user-defined fields information.
API call:
APIUserDefinedField[] getUserDefinedFields ( String
type, boolean requiredFieldsOnly )
Parameter | Description |
---|---|
type | The type of the user-defined fields. This must be one of the constants listed in Object Types. |
requiredFieldsOnly | Specifies whether all user-defined fields of the object type will be returned or not. If set to true, only required fields will be returned. |