$Crm

Members

#

user

presently logged-in user information

object
Examples

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)

string
Examples

SampleCopycopied

$Crm.environment;

Output

production

#

deployment

present deployment (US/EU/CN/JP/IN/AU)

string
Examples

SampleCopycopied

$Crm.deployment;

Output

US

#

org

org information

object
Examples

SampleCopycopied

$Crm.org;

Output

{
		"type": "production",
		"domain_name": "org77591XXXX",
	 	"name": "Zoho",
	 	"id": "77591XXXX"
}