-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Reference.loadById
rescocrm edited this page May 15, 2023
·
3 revisions
Asynchronously loads the CRM reference.
| Argument | Type | Description |
|---|---|---|
| entityName | String | An entity name |
| id | String | The reference ID. |
| success | function(result) | A callback function for successful asynchronous result. The result will carry an instance of MobileCRM.Reference object. |
| failed | function(error) | A callback function for command failure. The error argument will carry the error message. |
| scope | A scope for calling the callbacks; set "null" to call the callbacks in global scope. |