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