Stephen Elms
10/25/2020, 5:26 PMSystem.Web.Services.Protocols.SoapException: Your role does not give you permission to view this page.
From the following line of code:
WriteResponse writeRes = Client.Service.delete(rrItem, deletionReason);
This previously worked through the admin account. Now the recommended practice is to create a custom role and assign the role to a user.
For the role, I have it checked as a WEB SERVICE ONLY ROLE
and under permissions; Transactions has "Adjust Inventory" with "Full" as the level, and Lists has "Items" with "Full" as the level.
What else would I need?battk
10/25/2020, 6:06 PMStephen Elms
10/25/2020, 6:09 PM