CrossCompany
- Last Updated: February 14, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft Dynamics 365 6.0
- Documentation
Purpose
Determines whether the driver can fetch data only from the default company of the user or from all the companies to which the user has access.
Valid Values
true | false
Behavior
If set to false, the driver can fetch data only from the default company of the user.
If set to true, the driver can fetch data from all the companies to which the user has access.
Notes
- The CrossCompany connection property is supported only for ERP apps.
Data Source Methods
public Boolean getCrossCompany()
public void setCrossCompany(Boolean)
Default Value
false
Data Type
Boolean