MobileCRM.DynamicEntity.constructor - Resconet/JSBridge GitHub Wiki
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. |