so... for a subgrid ribbon, entityprivilegerule can be applied to selectedentity to see if the user has entity level privilege.
But how come we can't use recordprivilegerule to apply selectedentity? only primaryentity is available, which is the entity that hosts the subgrid.
We want to show/hide the delete button depends on whether or not the user has a delete privilege on the record. We tried to use entityprivilegerule but it only applies to the selected entity.
Any suggestions would be greatly appreciated
*This post is locked for comments