ShoppingLists
Aggregates both personal and public shopping list headers to quickly locate items for requisition creation.
Columns
| Name | Type | Description |
| ShoppingListHeaderId [KEY] | Long | Unique identifier for the shopping list header in the ShoppingLists table, used to group related shopping list items. |
| ShoppingList | String | Name or label of the shopping list, representing the list of items being managed or purchased. |
| ShoppingListDescription | String | Detailed description or notes about the shopping list, providing additional context for the items included. |
| ShoppingListType [KEY] | String | Categorization or classification of the shopping list, indicating whether it’s a personal, corporate, or special-purpose list. |
| ImageURL | String | URL pointing to an image representing the shopping list, often used for visual reference in a user interface. |
| CreationDate | Datetime | The date and time when the shopping list was initially created in the system. |
| CreatedBy | String | Identifier or name of the user who created the shopping list. |
| LastUpdatedBy | String | Identifier or name of the user who last updated the shopping list. |
| LastUpdateDate | Datetime | The date and time when the shopping list was last modified or updated. |
| Finder | String | Search or query reference related to the shopping list, potentially used for filtering or lookup purposes in the system. |
| RequisitioningBUId | Long | Identifier for the business unit that is responsible for requisitioning items on the shopping list, linking it to a specific organizational unit. |
| ShoppingListName | String | The specific name given to the shopping list, which is typically used for easy identification and reference. |