IncludeRelatedAttributes Parameter (Connect-SageIntacct Cmdlet)
The extend of related attributes to be queried.
Syntax
Connect-SageIntacct -IncludeRelatedAttributes string
Possible Values
None, PrimaryKeys, AllData Type
cstr
Default Value
"PrimaryKeys"
Remarks
The extend of related attributes to be queried. If set to 'None', only attributes from the queried table will be shown. If set to 'PrimaryKeys', only Primary keys of related objects will be shown. If set to 'All', all attributes of related objects will be shown.
Note: Use this only when 'UseLegacy' connection property is set to False.