-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.DynamicEntity.constructor
rescocrm edited this page Jun 3, 2024
·
4 revisions
Constructs an instance of MobileCRM.DynamicEntity object.
| 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"}. |
| isOnline | Boolean | Indicates whether the entity was created by online request or from local data. |
| isNew | Boolean | Indicates whether the entity is newly created. |