IgnoreHardcodedIncludes Parameter (Connect-Workday Cmdlet)
For the SOAP API, ignores the hardcoded includes for the specified (comma seperated) tables.
Syntax
Connect-Workday -IgnoreHardcodedIncludes string
Data Type
cstr
Default Value
""
Remarks
We have some hardcoded includes used during the retrieval of data. These are done primarily to correct the specified data we request back when names cannot be figured out automatically. But also in some cases to decrease the amount of data that comes back (such as the case for Workers) to improve performance. Set the value to just the table names in a comma seperated list. Ex: IgnoreHardcodedIncludes=Workers,Payees
This option can be applied to all tables by setting the value to an asterik: IncludeHardcodedIncludes=*