I want to display Error Message when User is added to a group Manually.
I created a before insert BR on sys_user_grmember tables, based on few condition we need to restrict addition of the UserI used setabortaction(true) and addErrormessage()it is not working as the page will redirect to group recordDoes anyone the perf...
