How to use a Business Rule Query in a System Property
I'm working on a Business Rule that uses the below query in the if statement:((current.u_external_auditor_sox_control == true || current.u_sox_control == true) || (current.u_cbp_tier == 'Tier A' || current.u_cbp_tier == 'Tier B') || current.u_support...
