-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.DynamicEntity.createNew
rescocrm edited this page May 15, 2023
·
3 revisions
Creates the MobileCRM.DynamicEntity object representing new entity.
| Argument | Type | Description |
|---|---|---|
| entityName | String | The logical name of the entity, e.g. "account". |
| id | String | GUID of the existing entity or null for new one. |
| primaryName | String | The human readable name of the entity, e.g "Alexandro". |
| properties | Object | An object with entity properties, e.g. {firstname:"Alexandro", lastname:"Puccini"}. |