IncludeNavigationKeys Parameter (Connect-Dynamics365 Cmdlet)
Specifies whether the column listing should include the primary keys of navigation properties. (JSON responses only).
Syntax
Connect-Dynamics365 -IncludeNavigationKeys SwitchParameter
Data Type
bool
Default Value
false
Remarks
This property is provided to make it simpler to retrieve JSON record references where possible. When true, the $prod; pushes a set of fields for each table relation.
These properties are not available for use in INSERT or UPDATE operations. (Use the Linked* navigation columns for that).
If your service supports both XML/ATOM and JSON and you want to use this property, be sure to set DataFormat to JSON.