MobileCRM.DynamicEntity.createNew - Resconet/JSBridge GitHub Wiki

Creates the MobileCRM.DynamicEntity object representing new entity.

Arguments

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"}.