...
Code Block | ||
---|---|---|
| ||
$user = [
'isSysAdmin' => TRUE
'isCoordinator' => FALSE
'isCustomerCenterOnly' => FALSE
'attributes' => [
'USERS_RECID' => 494,
'USERID': "demo",
'CONTACTS_RECID' => 1
'NAME' => 'Pcr Demo'
'FIRST_NAME' => 'Pcr'
'LAST_NAME' => 'Demo'
'DEPT_HIERARCHY_RECID' => NULL
'TENANTS_RECID' => 0
'EMAIL' => 'demo@pcr.com'
],
'permittedGlas' => [
'29',
'30',
'31'
]
] |
$backtrace
This is a development/debugging tool that shows the stack-trace of a call. The allows the Custom Logic to programmatically determine the source of the call.
...