PlacementCommission
Represents commission records that are associated with candidate placements. This table supports financial tracking by storing commission amounts, allocation details, and the relationships between recruiters, sales representatives, and finalized placement activity.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the PlacementCommission record. This value provides the primary reference that Bullhorn CRM uses to track commission allocations that relate to a placement. |
| Ofgrossmargin | Double | False |
Represents the portion of gross margin that is associated with the PlacementCommission record. This value participates in margin-based commission calculations that Bullhorn CRM uses for compensation analysis. |
| Comments | String | False |
Captures comments that relate to the PlacementCommission record. This information supports internal review and provides context for commission-related decisions. |
| DateAdded | Datetime | False |
Indicates the date and time when the PlacementCommission record is added to the system. This value supports audit history and chronological tracking of commission entries. |
| DateLastModified | Datetime | False |
Indicates the date and time when the PlacementCommission record is last modified. This value provides visibility into updates that affect commission calculations and reporting. |
| ExternalRecipient | String | False |
Represents the external commission recipient that is associated with the PlacementCommission record. This value identifies non-user recipients who receive commission amounts through external arrangements. |
| FeeSplit | Double | False |
Specifies the fee split that is assigned to the PlacementCommission record. This value determines the share of commission-based fees that the recipient receives. |
| HourlyCommission | Double | False |
Specifies the hourly commission that is associated with the PlacementCommission record. This value supports commission structures that depend on hourly billing or pay arrangements. |
| MigrateGUID | String | False |
Represents the globally unique migration Id that is associated with the PlacementCommission record. This value supports data migration processes that reconcile imported commission-related records. |
| PlacementId | Int | False |
Specifies the Id of the placement that is associated with the PlacementCommission record. This value links the commission entry to the underlying placement for reporting and workflow alignment. |
| RecipientId | Int | False |
Specifies the Id of the recipient that is associated with the PlacementCommission record. This value identifies the internal user or entity that earns the commission allocation. |
| Role | String | False |
Indicates the role of the commission recipient for the PlacementCommission record. This value influences commission logic that is based on the recipient's function within the placement workflow. |
| Split | Double | False |
Specifies the split percentage that is associated with the PlacementCommission record. This value determines how the commission amount is divided among multiple recipients. |
| Status | String | False |
Indicates the status of the PlacementCommission record. This value controls whether the commission entry is active, inactive, or otherwise processed within Bullhorn CRM. |