PersonalShoppingLists
Stores user-specific shopping lists containing favorite or frequently purchased items for quick requisition creation.
Columns
Name | Type | Description |
PersonalShoppingListHeaderId [KEY] | Long | The unique identifier for the header of the personal shopping list. |
PersonalShoppingList | String | The name that uniquely identifies a specific personal shopping list. |
CreatedBy | String | The identifier of the user who originally created the personal shopping list. |
CreationDate | Datetime | The date and time when the personal shopping list was created. |
LastUpdatedBy | String | The identifier of the user who last updated the personal shopping list. |
LastUpdateDate | Datetime | The date and time when the personal shopping list was last updated. |
ImageURL | String | The URL that points to the image representing the personal shopping list, typically used for visual identification. |
Finder | String | The finder function or mechanism used to search for or retrieve the personal shopping list. |