Granting Lightning Users Access to the Warehouse Action Queue
The Warehouse tab from Action Queues comprises three subtabs: Customer Orders to Fill, Supplier Orders to Fill, and Parts for Transfer. You can grant Lightning users access to these tabs by using SCM Functional Permissions. However, these permissions are designed to grant access to a broader set of functions, usually associated with a specific role. If you do not want to rely on the current SCM permission sets and permission set groups to control user access to the tabs within the Warehouse action queue, you can find here a detailed description of the access requirements to use these tabs.
For more information about SCM Functional Permissions see Overview of Functional Permissions for SCM and Permission Sets and Other Technical Documentation.
Permission Requirements for Customer Orders to Fill
The table below provides a detailed description of the permissions requirements to use the Customer Orders to Fill tab.
|
Type |
What |
Access |
|---|---|---|
| Application Access | Action Queues (Action_Queues) | visible:true |
| Apex Class Permission | EnhancedBryntumGridController |
enabled:true |
| InventoryAQWarehouseController | enabled:true | |
|
PicklistController |
enabled:true | |
| Custom Permission | Pick Customer Order Items (Warehouse_AQ_Customer_Orders_To_Fill) | enabled:true |
| Object Permission | Inventory Action Queue (Inventory_Action_Queue__c)
|
Read permission required on all used fields from this object and its associated objects. |
| Tab Permission | Warehouse (Warehouse) | visibility:Visible |
| Apex Page Permission |
PrintPicklist
|
Permission required on the Visualforce page used as a template for printing.
|
Permission Requirements for Supplier Orders to Fill
The table below provides a detailed description of the permissions requirements to use the Supplier Orders to Fill tab.
|
Type |
What |
Access |
|---|---|---|
| Application Access | Action Queues (Action_Queues) | visible:true |
| Apex Class Permission |
EnhancedBryntumGridController |
enabled:true |
| InventoryAQWarehouseController | enabled:true | |
|
PicklistController
|
enabled:true | |
| Custom Permission | Pick Supplier Order Items (Warehouse_AQ_Supplier_Orders_to_Fill) | enabled:true |
| Object Permission | Inventory Action Queue (Inventory_Action_Queue__c) | Read permission required on all used fields from this object and its associated objects. |
| Tab Permission | Warehouse (Warehouse) | visibility:Visible |
| Apex Page Permission |
PrintPicklistSupplier
|
Permission required on the Visualforce page used as a template for printing.
|
Permission Requirements for Parts for Transfer
The table below provides a detailed description of the permissions requirements to use the Parts for Transfer tab.
|
Type |
What |
Access |
|---|---|---|
| Application Access | Action Queues (Action_Queues) | visible:true |
| Apex Class Permission |
EnhancedBryntumGridController |
enabled:true |
| InventoryAQWarehouseController | enabled:true | |
|
PicklistController
|
enabled:true | |
| Custom Permission | Pick Transfer Request Items (Warehouse_AQ_Parts_For_Transfer) | enabled:true |
| Tab Permission | Warehouse (Warehouse) | visibility:Visible |
| Object Permission | Inventory Action Queue (Inventory_Action_Queue__c) | Read permission required on all used fields from this object and its associated objects. |
| Apex Page Permission |
PrintPicklistTransfer
|
Permission required on the Visualforce page used as a template for printing.
|