SupplierRegistrationRolesLOV
Lists user roles available for assignment during supplier registration, ensuring appropriate access for new supplier users.
Columns
| Name | Type | Description |
| RoleGUID [KEY] | String | A globally unique identifier (GUID) that is assigned to each role in the system. This identifier ensures that each role can be uniquely referenced across systems and data sets. |
| RoleId | Long | A unique numeric identifier for the role in the supplier registration system. This ID is used to differentiate between various roles that are assigned to users or contacts within the registration process. |
| RoleName | String | The name of the role within the supplier registration system. Examples may include 'Admin', 'Supplier', 'Manager', or 'Approver'. This field is used to identify the role in a human-readable format. |
| Description | String | A detailed description of the role, explaining its purpose and responsibilities within the supplier registration process. This description helps clarify the duties and scope of authority associated with the role. |
| Finder | String | A searchable field that allows users to easily locate specific roles within the system. This field is typically used to assist with filtering and identifying roles quickly in the user interface. |