VerifyEntitlements
Specifies whether the provider verifies read entitlements for all entity types before exposing them as tables and columns.
Data Type
bool
Default Value
false
Remarks
When enabled, the add-in checks the current user’s entitlements for each entity type before making the corresponding tables and columns available.
When this property is set to true, any entity type that does not have one of the following read entitlements is excluded:
- READ
- READ_DEPARTMENT
- READ_CORPORATE
- READ_PRIVATE
When this property is set to false, the add-in exposes all entity types regardless of entitlement verification.
This property is useful when you need to ensure that exposed metadata aligns with the user’s Bullhorn CRM permissions and access rights.