ProcurementPersonsLOV
Supports lookups of employees or individuals who can create or approve requisitions, ensuring authorized procurement actions.
Columns
Name | Type | Description |
PersonId [KEY] | Long | The unique identifier for the person in the ProcurementPersonsLOV table, linking to the individual within the procurement system. |
DisplayName | String | The display name of the person in the ProcurementPersonsLOV table, typically presented in a 'First Name Last Name' format. |
String | The email address of the person, used for communication within the procurement system. | |
Job | String | The job title or role of the person within the procurement organization, describing their position or responsibilities. |
Department | String | The department to which the person belongs within the procurement organization, indicating their area of expertise or responsibility. |
PersonNumber | String | The unique employee number or identifier assigned to the person within the organization, used for internal tracking. |
LocationId | Long | The unique identifier for the location where the person is based, linking them to a specific office or site within the organization. |
Finder | String | The function or mechanism used to search for or retrieve person records in the ProcurementPersonsLOV table. |
SearchTerm | String | A term or keyword used to search for persons within the ProcurementPersonsLOV, typically based on their attributes like name, job, or department. |