Carrierscontacts
Stores contact information associated with carriers.
Columns
| Name | Type | Description |
| CarriersCarrierId [KEY] | Long | Unique identifier linking this contact to a specific carrier record. |
| RelationshipRecordId [KEY] | Long | Unique identifier for the relationship record between the carrier and the contact. |
| LastName | String | Last name of the contact person at the carrier. This attribute is required. |
| FirstName | String | First name of the contact person at the carrier. |
| JobTitle | String | Job title of the contact person at the carrier. |
| PhoneNumber | String | Phone number of the contact person at the carrier. |
| EmailAddress | String | Email address of the contact person at the carrier. |
| CreatedBy | String | Username or system entity that created the carrier contact record. |
| CreationDate | Datetime | Timestamp indicating when the carrier contact record was initially created. |
| LastUpdateDate | Datetime | Timestamp indicating when the carrier contact record was last updated. |
| LastUpdatedBy | String | Username or system entity that last modified the carrier contact record. |
| ActiveFlag | String | Indicates whether the contact record is active. 'True' means active; 'False' means inactive. |
| CarrierId | Long | Unique identifier for the carrier associated with this contact record. |
| CarrierName | String | Name of the carrier associated with this contact record. |
| Finder | String | A system-defined query or lookup used to retrieve carrier contact records based on specific criteria. |
| ManifestingEnabledFlag | String | Indicates whether manifesting is enabled for this carrier. 'True' means manifesting is required; 'False' means it is not. |