Members
#
user
presently logged-in user information
objectExamples
SampleCopycopied
$Crm.user;
Output
{
"id": "5276272000000364001",
"zuid": "714939747",
"full_name": "Henry",
"first_name": "Henry",
"email": "henry@zylker.com",
"last_name": "R",
"date_format": "MMM d, yyyy",
"role": {id: "111111000000000706", name: "CEO"},
"profile": {id: "111111000000000423", name: "Administrator"}
}
#
environment
present environment (production/sandbox)
stringExamples
SampleCopycopied
$Crm.environment;
Output
production
#
deployment
present deployment (US/EU/CN/JP/IN/AU)
stringExamples
SampleCopycopied
$Crm.deployment;
Output
US
#
org
org information
objectExamples
SampleCopycopied
$Crm.org;
Output
{
"type": "production",
"domain_name": "org77591XXXX",
"name": "Zoho",
"id": "77591XXXX"
}