The Menu Item Map view is the recipe-to-sales mapping dataset for R365. It contains the relationships between recipe inventory items and point-of-sale menu items.
Menu Item Map Columns
column_name | data_type | description |
|---|---|---|
recipe_id | UUID | Unique identifier for the recipe inventory item. |
tenant_id | integer | Customer's account identifier within the R365 platform. |
menu_item_id | UUID | Unique identifier for the point-of-sale menu item linked to this recipe. |