ExpandAssociations
Specifies whether the provider exposes association tables for Bullhorn CRM entities.
Data Type
bool
Default Value
false
Remarks
Association tables represent the relationships between entities that have "to-many" associations in Bullhorn CRM. Each association table returns record ID pairs for related entities, such as candidates and skills.
Set this property to control whether these tables are exposed.
When this property is set to false, the component does not expose association tables.
When this property is set to true, the component exposes an association table for each "to-many" relationship, such as:
- CandidateToPrimarySkillsAssociations
- JobOrderToCategoriesAssociations
- WorkersCompensationToRatesAssociations
This property is useful when you need to query relationship data between entities, such as linking candidates to skills or jobs to categories.