Skip to main content

On Could 24.2.6

I am working on creating a permission set that will be used for users on the production floor. They need to be able to start and stop operations and approve operation quantities complete. They should not be able to receive into inventory. Approving operations uses the projection ReceiveShopOrderHandling. Receiving into inventory uses the same projection. I cannot determine what projection or entity actions need to be revoked or enabled to allow operation approval but not receive.

Thanks

@pshields I would try to only grant the below entity action and revoke the rest.

 


If I Grant ReportOperationEmployee but none of the ReceiveShopOrder actions I get the below when trying to approve an operation

 


Reply