Current Problem
We are looking at the functions of the warehouse user roles and noticed that, for instance, we want the fulfilment team to be able to edit order addresses in case of incorrect formatting or mismatches but we don't want them to be able to edit order items or the courier service. However, the 'EditOrder' role allows you to change anything on the order. |
|
Idea to resolve Problem | Expand on the roles within the system so that we can chose elements that the team in the warehouse can and can't edit. example: Edit Orders -> ChangeCourierService, EditAddress, EditOrderItems, ect. |