Choose a topic:
The "meta"-section is necessary for assigning the internal declaration of the entities in your CRM system to generic attributes in the mapping. (Every entity that is declared in meta will be included in the FieldDefinitions when downloaded, provided they exist in the CRM. ) –> "fielddefinitions" : {} Depending on the CRM there are various attributes which must be provided.
Syntax | Example (Salesforce) |
---|---|
All available entity properties
Name | Description | Example |
---|---|---|
apiName | Name of the entity in the CRM | "Lead" |
idProperty | Unique Identifier (Internal) | "Id" |
logicalName | Same as cRM entity | "lead" |
allowedActions | Defines which actions are allowed for the entity | |
invalidations | Throw an error message when the condition is true |