UseDefaultIncludes
For the SOAP API, disables requesting any field includes for the specified (comma separated) tables.
Data Type
string
Default Value
""
Remarks
By default the component will use a hard-coded list of field includes. This can be desirable because some tables don't retrieve certain includes for performance reasons. But that option will send every field include when requesting data for a table, when the Workday default may be better instead.
Including the table in this property makes the component not send any field includes and use the Workday defaults instead. If any tables are included in this option and IgnoreHardcodedIncludes, this option takes priority and no includes will be sent.
This option can be applied to all tables by setting the value to an asterik: UseDefaultIncldues=*
Note that this option does not apply to child tables. The component calculates child table includes based on the specific collection that the child table reads from. The default includes do not contain these collections so the component's calculated includes must be used instead.