RTE and Validation Rules
Hi Gurús!
I have a question for you.
The idea is to allow a user to create/delete a record, based on a specific responsibility.
For this, I created a Validation rule that gets a profile attribute, which indicates whether the current user has the specific Responsibility or not. The profile attribute returns a value = 'Y' if he has the Responsibility.
i.e: ([Category] LIKE "FRP*" AND GetProfileAttr('BCH_RESP_FRP') = 'Y')
So the user may create/delete a FRP* Category, only if he has the Resp.
To trigger this rule, I created 2 RTE one for PreDeleteRecord AND another for PreWriteRecord.
0