Roles in scripts?
Roles in scripts?
A couple of months ago I had this application dropped onto my lap when the previous admin moved on. They gave me access to the application, the URL and a hearty good luck.
I have web development background so I have a basic understanding of the scripting and how most of it functions.
In the scripts it refers to Roles, but I am unable to find where the roles are defined in the application. I have searched Google and the forums, found several articles like CRM Help - Creating Roles, it refers to clicking setup but I can't find it.
I see Role in Manage Users but it doesn't match any of the roles referred to in the scripts.
The code appears to loop over the role's to get the email addresses for all users with that role. (Also gets name and phone from a couple of them)
Examples:
AUDIT_ROLE.Email
CT_ROLE.Email
Or am I completely off base and these are referring to something else?
Thanks