How do you find the correct permissions? I can see...
# beginners
e
How do you find the correct permissions? I can see that my script fails with:
Copy code
Your search contains a reference to join for which you do not have a permission: InventoryDetail
But I cant find a permission called:
InventoryDetail
b
my favored permission approach is to get a link to the thing you are trying to access in an administrator role
then try to navigate to that url in your crippled role
in this case, you probably want to use the url to create an Inventory Detail search
e
Would that give you a more detailed error message of what permission you are missing?
b
yes
e
Thanks 👍
s
you can also create a blank role - No permission role and use that, rather than assigning yourself diffrent roles
👍 3