Hiding attachment for 'opened for' on hr case
Hi Team, I want to hide attachments for 'opened for' user on hr case.I created a query business rules on sys_attachment on table:Created BR on global scope on sys_attachment tableif(gs.getSession().isInteractive()) { hideAttachments();}function hideA...