Tableau Connector for Microsoft Dynamics 365

Build 22.0.8462

IncludeNavigationProperties

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

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) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462