Resolved! How to call a system property in ACL?
Hi Community, I would like to call a system property in a ACL where i am using the below code: var gdt = new GlideDateTime(close_date); gdt.addSeconds(250); Here instead of giving gdt.addSeconds(250) I want to create a system property and then call i...
