Supplierscontactsaddresses
Links specific addresses to a supplier contact (for example, branch office, headquarters), clarifying shipping or invoice routes.
Columns
| Name | Type | Description |
| SuppliersSupplierId [KEY] | Long | The unique identifier for the supplier associated with the supplier contact address. |
| ContactsPersonProfileId [KEY] | Long | The unique identifier for the person profile associated with the contact, linking the contact's profile to their contact address. |
| ContactsSupplierContactId [KEY] | Long | The unique identifier for the supplier contact linked to the supplier contact address. |
| SupplierContactAddressId [KEY] | Long | A unique identifier for the supplier contact address, distinguishing it from other addresses in the system. |
| SupplierAddressId | Long | The unique identifier for the supplier address associated with the supplier contact. This helps link the contact to their specific location. |
| AddressName | String | The name assigned to the supplier address associated with the supplier contact, used to identify or distinguish the address. |
| CreationDate | Datetime | The timestamp when the supplier contact address record was created in the system. |
| CreatedBy | String | The user or system that created the supplier contact address record. |
| LastUpdateDate | Datetime | The timestamp of the last update made to the supplier contact address record. |
| LastUpdatedBy | String | The user or system that last updated the supplier contact address record. |
| BilltoBuId | Long | The unique identifier for the billing business unit associated with the supplier contact address. |
| BindPurchaseFlag | String | Indicates whether the supplier contact address is linked to purchasing-related activities. The value can be 'true' (linked) or 'false' (not linked). |
| BindReqBuId | Long | The unique identifier for the business unit required for processing the supplier contact address. |
| BindSourcingOnlyFlag | String | Indicates whether the supplier contact address is restricted to sourcing-related activities only. 'True' means the address is limited to sourcing; 'False' means it can be used for other purposes. |
| BindSysdate | Date | The system date when the binding action for the supplier contact address was executed. |
| Finder | String | A reference to a lookup or search function used for locating or retrieving the supplier contact address record. |
| SupplierId | Long | The unique identifier for the supplier associated with this supplier contact address record. |