Using DataSourceInfo and RecordInfo function for checking permissions for a Dataverse table or record in Canvas App

Sending
User Review
0 (0 votes)

DataSourceInfo function can be used to check the Table / Entity level permission. We can check for Create, Read, Edit, and Delete Permission and can disable, hide and show the corresponding create, edit and delete buttons for the users. DataSourceInfo.CreatePermission DataSourceInfo. DeletePermission DataSourceInfo. EditPermission DataSourceInfo. ReadPermission DataSourceInfo function can also be used to obtain information … Continue reading “Using DataSourceInfo and RecordInfo function for checking permissions for a Dataverse table or record in Canvas App”