UserPulseCallLogContact
Stores the contacts that are linked to UserPulse call log entries. This table supports outreach analysis by connecting call activity to specific client or candidate interactions.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the UserPulseCallLogContact record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage relationships between call logs and the users involved. |
| UserId | Int | False |
Specifies the Id of the user who is associated with the UserPulseCallLogContact record. This value identifies the individual linked to the call interaction for auditing and activity tracking. |
| UserPulseCallLogId | Int | False |
Specifies the Id of the UserPulseCallLog record that is associated with the UserPulseCallLogContact record. This value creates the connection between the user and the specific call entry stored in the communication log. |