Resources["EntityServices"].AddResourceEntityPermission
anybody know to use this service? I want to assign the run time permissions for multiple user groups
I know there is an explanation how to use it, but unfortunarely, there is no clue how to fill the infotable (one of the params) in anywhere
this is the entry for the infotable
// RunTimePermissions entry object
let newEntry = {
isPermitted: undefined, // BOOLEAN
name: undefined, // STRING [Primary Key]
resourceName: undefined, // STRING [Primary Key]
type: undefined, // STRING [Primary Key]
permissionName: undefined // STRING [Primary Key]
};

