This class represents options for functions that return TRecord
Properties
The following are the properties of the class
Extraproperties - Array of string
List of field names that should be returned- SkipEmptyValues - Boolean
if true then field that have default values like empty string, boolean false are not returned
this is useful to minimize the size of the SOAP - MaxRecords - Integer
the number of TRecord to return - UseXMLDateTime - Boolean
Return dates in the ISO 8601 format - Filter - Array of TExtraProperty
SkipEmptyValues = true can improve performance
for example when fetching a customer using the record functions because less overhead is in the response
Related articles