Commission
Seven20 also includes a bare bones commission object. This object is used to track the amount of commission a recruitment consultant should get for a specific Job (seven20__Job__c) or Placement (seven20__Placement__c). Due to the vastly different requirements for commission for each recruitment agency, this object does not currently have any automation, it is the responsibility of the implementer to create these as required.
Schema
| Field Label | Field Api Name | Type | Description |
|---|---|---|---|
| User | seven20__User__c | Lookup(User) | The User that the commission is related to |
| Job | seven20__Job__c | Lookup(seven20__Job__c) | The Job that the commission is related to |
| Placement | seven20__Placement__c | Lookup(seven20__Placement__c) | The Placement that the commission is related to |
| Amount | seven20__Amount__c | Currency(16,2) | The amount of commission to be paid |
| Currency | CurrencyIsoCode | Picklist | The currency that the commission is in |