SupplierRegistrationRequestscontacts
Stores contact information (for example, phone, email) for supplier representatives, forming the basis for communication.
Columns
| Name | Type | Description |
| SupplierRegistrationRequestsSupplierRegistrationKey [KEY] | String | A unique identifier for the supplier registration request, linking the contact information to a specific supplier registration. |
| SupplierRegistrationContactId [KEY] | Long | A unique identifier for the supplier contact associated with the supplier registration request. |
| AdministrativeContactFlag | Bool | Indicates whether the supplier is an administrative contact. Valid values are true or false. If true, the supplier is an administrative contact; if false, the supplier is not. The default value is false. |
| SalutationCode | String | An abbreviation representing the honorific title of the supplier contact. Accepted values are defined in the lookup type CONTACT_TITLE. To view or modify, use the Setup and Maintenance work area and the Manage Standard Lookups task. |
| Salutation | String | The full honorific title (such as Mr., Ms., Dr.) for the supplier contact in the supplier registration. |
| FirstName | String | The first name of the supplier contact. |
| MiddleName | String | The middle name of the supplier contact, if applicable. |
| LastName | String | The last name (family name) of the supplier contact. |
| JobTitle | String | The job title or position of the supplier contact within the organization. |
| String | The email address of the supplier contact. This is used for correspondence related to the supplier registration. | |
| PhoneCountryCode | String | The country code for the landline phone number of the supplier contact. This is a two-digit code identifying the country. |
| PhoneAreaCode | String | The area code for the landline phone number of the supplier contact. This is typically used to identify the specific geographical region. |
| PhoneNumber | String | The landline phone number of the supplier contact. This is the main contact number for the supplier. |
| PhoneExtension | String | The phone extension for the supplier contact's landline number. This is used if the contact is part of a larger organization. |
| MobileCountryCode | String | The country code for the mobile phone number of the supplier contact. This identifies the country where the phone number is registered. |
| MobileAreaCode | String | The area code for the mobile phone number of the supplier contact. This identifies the geographic region of the mobile number. |
| MobileNumber | String | The mobile phone number of the supplier contact. This is the personal or primary mobile number. |
| FaxCountryCode | String | The country code for the fax number of the supplier contact. This identifies the country in which the fax is being sent or received. |
| FaxAreaCode | String | The area code for the fax number of the supplier contact. This identifies the geographical area of the fax line. |
| FaxNumber | String | The fax number of the supplier contact. This can be used for fax correspondence. |
| CreateUserAccountFlag | Bool | Indicates whether a user account should be created for the supplier contact. Valid values are true (create an account) or false (do not create an account). The default value is false. |
| Finder | String | A searchable field to help locate the supplier contact within the system. This can be used for quick referencing. |
| SupplierRegistrationKey | String | A unique identifier for the supplier registration, linking the contact details to the overall supplier registration. |