ExpandAssociations Parameter (Connect-BullhornCRM Cmdlet)
Specifies whether the provider exposes association tables for Bullhorn CRM entities.
Syntax
Connect-BullhornCRM -ExpandAssociations SwitchParameter
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 本製品 does not expose association tables.
When this property is set to true, the 本製品 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.