[New post] How to show Dataverse security role based screen in Canvas app
soundharya subhash posted: " We have to get the security roles of logged in user, and store in the collection of the app to reuse it across the app and to avoid multiple request to Dataverse To get the security roles of logged in user, write the below Fx function ClearCol"
We have to get the security roles of logged in user, and store in the collection of the app to reuse it across the app and to avoid multiple request to Dataverse
To get the security roles of logged in user, write the below Fx function
We have to add this function on the app start, here User().Email gives logged in email address based on that get the security roles associated to the user
Click on App and Run On Start to see the collection
Now that collection is available in the app, we can use it to validate the required security role
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.