ContentZonespublicShoppingListAssignments
Assigns public shopping lists to a content zone, allowing employees to access common requisition items in Self Service Procurement.
Columns
| Name | Type | Description |
| ContentZonesContentZoneId [KEY] | Long | Unique identifier for the content zone in the public shopping list assignment. This ID links the content zone to the public shopping list assignment, helping to track and manage the relationship. |
| PublicShoppingListAssignmentId [KEY] | Long | Unique identifier for the public shopping list assignment. This ID is used to reference a specific assignment of a public shopping list to a content zone. |
| ContentZoneId | Long | Unique identifier for the content zone associated with the public shopping list assignment. This value helps establish the connection between the content zone and the assigned public shopping list. |
| PublicShoppingListId | Long | Unique identifier for the public shopping list assigned to the content zone. This ID tracks which shopping list is linked to the specific content zone. |
| PublicShoppingList | String | The name of the public shopping list assigned to the content zone. This field provides context about the specific shopping list linked to the content zone. |
| CreationDate | Datetime | The date and time when the public shopping list assignment was created. This timestamp tracks when the public shopping list was linked to the content zone. |
| CreatedBy | String | The user who created the public shopping list assignment. This field identifies the individual responsible for associating the public shopping list with the content zone. |
| LastUpdatedBy | String | The user who most recently updated the public shopping list assignment. This field helps track changes made to the assignment after its creation. |
| LastUpdatedDate | Datetime | The date and time when the public shopping list assignment was last updated. This timestamp ensures that users can track when the most recent changes to the assignment occurred. |
| ContentZone | String | The name or identifier of the content zone. This value helps identify the specific content zone that the public shopping list is linked to. |
| DeliverToLocationCode | String | A code representing the location to which items or services from the public shopping list are delivered. This helps define the specific destination or site for deliveries within the system. |
| Finder | String | A field used for searching or locating specific public shopping list assignment records within the system. It may contain search criteria or keywords to help users find relevant assignments quickly. |
| ProcurementBU | String | The name of the procurement business unit where the public shopping list assignment is created. This field helps identify which procurement unit is responsible for managing the shopping list within the content zone. |
| RequisitioningBU | String | The name of the requisitioning business unit associated with the public shopping list assignment. This field is used to identify the requisitioning unit responsible for initiating requests using the assigned public shopping list. |
| SecuredByCode | String | An abbreviation that identifies how the public shopping list assignment is secured within the content zone. It specifies whether access is restricted by business unit, worker, or location. Valid values include 'SECURED_BY_BU', 'SECURED_BY_WORKER', and 'SECURED_BY_DEL_LOC'. |
| UsageCode | String | An abbreviation that identifies the usage context of the public shopping list assignment. This field helps specify how the shopping list is used, such as in requisitioning or procurement. Valid values include 'REQUISITIONING' or 'PROCUREMENT'. |
| WorkerEmail | String | The email address of the worker associated with the public shopping list assignment. This field links workers to specific shopping lists, helping to facilitate communication and list access. |
| EffectiveDate | Date | This query parameter is used to fetch resources that are effective as of the specified start date. It ensures that only records that were valid at or after the given date are returned. |