How to reference a component in UI Builder from a script
So my end goal is to hide certain attachments from views if they've been marked as having PHI.I have a new column in the sys_attachments table called phi_pii that's a bool and an ACL that controls whether or not a specific attachment is viewable base...