ExposeConceptualEntities Parameter (Connect-Salesforce Cmdlet)
Boolean determining if the Salesforce record types / conceptual entities should be exposed as tables.
Syntax
Connect-Salesforce -ExposeConceptualEntities SwitchParameter
Data Type
bool
Default Value
false
Remarks
Boolean determining if the Salesforce record types / conceptual entities should be exposed as tables.
Each Salesforce object can have its record types. e.g: The Account object can have records of type: Partner, Customer.
If this property is set to true, the driver will expose one additional table for each record type: Account_Partner, Account_Customer.