new CrmObject(GUID, Entity, FieldNames, FieldTypes, FieldValues)
Object which holds all functionality of CrmOptions
Parameters:
Name | Type | Description |
---|---|---|
GUID |
string | i.e. "8724F789-D3D8-E711-8120-5065F38B4651" |
Entity |
string | i.e. "leads" |
FieldNames |
Array.<Object> | i.e. ["fullname", "subject"] |
FieldTypes |
Array.<Object> | i.e. ["string", "string"] |
FieldValues |
Array.<Object> | i.e. ["meier", "abc"] |
Members
(static) entity
This is the representation of the entered entity
(static) guid
This is the representation of the entered guid
Methods
(static) buildActionField() → {Object}
This method builds the CrmObject which is used later for CrmExecutions.
Returns:
Action Object or null if parsing mechanism failed
- Type
- Object