CT Mobile Workflow Step Field Reference
CT Mobile Workflow Step is a custom metadata type that is intended to store actions after triggering CT Mobile Workflows (refer to CT Mobile Control Panel: Workflows / CT Mobile Control Panel 2.0: Workflows). Conditions for triggering CT Mobile Workflow are stored in the CT Mobile Workflow object.
| Some deprecated fields are displayed on the page layout. Hide these fields and add the required ones. |
API-name in Salesforce: clm__WorkflowStep__mdt
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
Action |
clm__Action__c |
Picklist |
Action to be taken on the CT Mobile Workflow Step. Available actions:
Proposed values:
|
||
API names (deprecated) |
clm__FieldAPINames__c |
Text(255) |
Not in use. |
||
Calculate formulas |
clm__IsCalculateEnabled__c |
Checkbox |
If selected, formulas will be recalculated on the record of the CT Mobile Workflow Step. |
||
CT Mobile Workflow |
clm__WorkflowId__c |
Lookup(CT Mobile Workflow) |
The related CT Mobile Workflow. |
||
Fields API names |
clm__FieldAPIName__c |
Text Area(131072) |
API names of fields that are to be changed on the CT Mobile Workflow Step (separated by a comma, without a blank space). |
||
Field Values |
clm__FieldValue__c |
Text Area(131072) |
Values that populate fields in the clm__FieldAPINames__c field on the CT Mobile Workflow Step (separated by a comma, without a blank space). Available values:
The Salesforce operators, for example, PRIORVALUE, are not supported. |
||
Order |
clm__Order__c |
Number(18, 0) |
A number of the CT Mobile Workflow Step in case of several steps in the CT Mobile Workflow. |
||
Parent Object (deprecated) |
clm__ParentObject__c |
Text(255) |
Not in use. |
||
Parent Object API Name |
clm__ParentObjectAPIName__c |
Text(255) |
If the Parent Record value in the clm__Scope__c field:
If the Related Records value in the clm__Scope__c field:
|
||
Record Criteria (deprecated) |
clm__RecordCriteria__c |
Text(255) |
Not in use. |
||
Related Object |
clm__sObjectRelated__c |
Text(255) |
If the This Record value in the clm__Scope__c field:
If the Parent Record value in the clm__Scope__c field:
If the Related Records value in the clm__Scope__c field:
|
||
Relationship Name |
clm__RelationshipName__c |
Text(255) |
The API name of the field with the Lookup type that connects the objects of the clm__ParentObjectAPIName__c and clm__sObjectRelated__c fields.
|
||
Scope |
clm__Scope__c |
Picklist |
Records to be changed on the CT Mobile Workflow Step. Available values:
|
||
SOQL Object (deprecated) |
clm__SQOLObjectAPIName__c |
Text(255) |
Not in use. |
||
SOQL Object API Name |
clm__SOQLObjectAPIname__c |
Text(255) |
The API name of an object that is used as filter for generating new records of an object in the clm__sObjectRelated__c or clm__ParentObjectAPIName__c field. |
||
SOQL Query |
clm__SOQLQuery__c |
Text(255) |
SOQL criteria is used to define records selection from external sources to predefine new records generated by the action. In SOQL query, fields of the filtered records can be compared with: To check the null values, use the null operator, for example, WHERE ActivityDate != null. For example, filter Activity Data records to generate only records with the Product record type that matched the SOQL-query. The generated result is used for the clm__FieldValue__c field with the $query value. |
||
SOQL Record Criteria |
clm__SOQLRecordCriteria__c |
Text(255) |
SOQL Record Criteria is used to restrict the selection of records which should be triggered by the CT Mobile Workflow. For example, if an Account record has 5 related Contact records of employees, and 4 of them are shop assistants and 1 is their supervisor. With the SOQL Record Criteria, you can set up triggering the CT Mobile Workflow only for shop assistants. If the Parent Record value in the clm__Scope__c field:
If the Related Records value in the clm__Scope__c field:
To check the null values, use the null operator, for example, WHERE ActivityDate != null. |
||
Target (deprecated) |
clm__Target__c |
Picklist |
Not in use. |
||
Values (deprecated) |
clm__FieldValues__c |
Text(255) |
Not in use. |