I have a part of my app that is performing something related to refunding an item. However, an action must also be taken in my app. I would like to verify the "role" based permissions for Register - Refund And Exchange Items to make sure I have this. How can I query if a role (or Employee) has a specific Permission? This is Android SDK.
I don't see how to add Permissions or Roles as Topics in this post.