Online documentation - WebsydianExpress v3.0 |
APIServer.CustomField.GetValue
Field | Variable | ...as | Description |
---|---|---|---|
Entity | FetchKey | Input | The entity the custom field is defined for. |
InstanceKey | FetchKey | Input | The unique identification of the record in the entity (converted to a character string). |
PropertyName | FetchKey | Input | The name of the custom field. |
Value | FetchedData | Output | The specified value. |
Retrieves the value for a custom field for a record. If no value has been registered for the custom field, the API returns a blank value.