bonus
Records employee or sales representative bonuses based on performance metrics or predefined criteria.
Columns
| Name | Type | References | Description |
| bonusamountabsolute | String | The fixed bonus amount awarded to the employee. | |
| bonusamountpercentage | String | The percentage-based bonus calculated from a base salary or performance metric. | |
| bonusawarddate | Date | The date when the bonus was awarded to the employee. | |
| bonuscomment | String | Additional notes or comments related to the awarded bonus. | |
| bonusemployee | String | The employee receiving the bonus. | |
| bonusstatus | String | The current status of the bonus, such as Pending, Approved, or Paid. | |
| bonustype | String | The category of the bonus, such as Performance-Based, Referral, or Retention. | |
| externalid | String | A unique identifier used for integration with external systems or data imports. | |
| id | Integer | The unique identifier assigned to this bonus record within the system. | |
| internalid | Integer | The internal system identifier used for tracking this bonus record. |