The following:
IMHO, the low code security row should be dynamically converted to a security expression whenever I switch to it and vice-versa.
It would save a lot of time.
By the way, is it really possible to apply such a security rule into a security expression?
If so, how could I convert this into a security expression?
Thanks.
Discussion posts and replies are publicly visible
Hi Silas. B. Ferreira
Currently its not possible to covert security rule to security expression.
But you can write the same conditions in security expression using functions like {and,a!isusermemberofgroup,if}.
if( and( a!isUserMemberOfGroup( username: loggedInUser(), groups: { cons!HDS_APPROVERS }, ), rv!record['recordType!HDS Request.isActive']=true(), rv!record['recordType!HDS Request.status']="Pending Approval" ), true(), false() )