===2.3.73. Stock Allocation Controller=== __Extension: Controller for the Stock Allocation Screen__ This controller holds the configuration for the Stock Allocation Screen. The screen supports custom views that are used to show data on the screen. This can be used when customers want additional info on the screen, but that custom view will have some fields that are required. {{ :implementation:wms:ose:extensions:stock_allocation_screen.png |Stock Allocation Controller}} **//Grid localization key (Customer info)//** \\ The translation key that is used to translate the grid on the screen for grouping option 'Customer' **//Grid localization key (Sales order info)//** \\ The translation key that is used to translate the grid on the screen for grouping option 'Sales document' **//Order by (Customer info)//** \\ The order by clause for the query for grouping option 'Customer' **//Order by (Sales order info)//** \\ The order by clause for the query for grouping option 'Sales document' **//View name (Customer info)//** \\ The view used for grouping option 'Customer'.\\ The view can be customized, but the following fields are required:\\ * ItemCode * SboWhsCode * GroupCode * CardCode * CardName * AllocatedQuantity * AllocatedQuantityOriginal * FreeQuantity * FreeQuantityOriginal * InventoryQuantity * OpenQuantity * OpenQtyNotAllocated * ErrorMessage **//View name (Sales order info)//** \\ The view used for grouping option 'Sales document'.\\ The view can be customized, but the following fields are required:\\ * ItemCode * SboWhsCode * GroupCode * CardCode * CardName * AllocatedQuantity * AllocatedQuantityOriginal * FreeQuantity * FreeQuantityOriginal * InventoryQuantity * OpenQuantity * OpenQtyNotAllocated * ObjType * DocEntry * LineNum * ErrorMessage