Skip to content

MobileCRM.DynamicEntity.createNew

rescocrm edited this page May 15, 2023 · 3 revisions

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"}.
Clone this wiki locally