PublicShoppingLists
Defines public shopping list headers, grouping related items for streamlined requisition or bulk purchasing.
Columns
| Name | Type | Description |
| PublicShoppingListHeaderId [KEY] | Long | The unique identifier for the header of the public shopping list, linking it to the overall shopping list structure. |
| PublicShoppingList | String | The name of the public shopping list, used to identify it within the procurement system. |
| ProcurementBUId | Long | The unique identifier for the procurement business unit that is responsible for creating the public shopping list. |
| ProcurementBU | String | The name of the procurement business unit where the public shopping list is created, indicating the business unit responsible for managing the list. |
| PublicShoppingListDescription | String | A detailed description of the public shopping list, explaining its purpose and contents. |
| PublicShoppingListEndDate | Date | The date and time when the public shopping list becomes inactive, indicating that no further modifications or additions can be made. |
| PublicShoppingListStartDate | Date | The date and time when the public shopping list becomes active, making it available for use and updates. |
| ImageURL | String | The URL that links to the image representing the public shopping list, typically used for visual identification. |
| CreatedBy | String | The name of the person or system that created the public shopping list. |
| CreationDate | Datetime | The date and time when the public shopping list was created. |
| LastUpdateDate | Datetime | The date and time when the public shopping list was last updated, indicating when changes were made. |
| LastUpdatedBy | String | The name of the person or system that last updated the public shopping list. |
| Finder | String | The function or mechanism used to search for or retrieve public shopping lists, assisting in the discovery of specific lists based on criteria. |
| SysEffectiveDate | String | The system's effective date, used to capture when the record is valid within the context of the system's operations. |
| EffectiveDate | Date | The date parameter used to filter and fetch resources that are effective as of this specified start date, ensuring accurate and timely data retrieval. |