Cmdlets for Microsoft Dynamics 365

Build 23.0.8839

IncludeNavigationProperties Parameter (Connect-Dynamics365 Cmdlet)

A boolean indicating if navigation properties should be included in the column listing.

Syntax

Connect-Dynamics365 -IncludeNavigationProperties SwitchParameter

Data Type

bool

Default Value

false

Remarks

Navigation properties will not populate with information when retrieving data. Instead, navigation properties may be used to bind to an existing resource during inserts or updates. For example:

INSERT INTO accounts (_primarycontactid_value) VALUES ('123456')
To specify multiple values, use a comma-separated list. For instance:
INSERT INTO accounts (lead_customer_accounts) VALUES ('123,456')

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839