iRobo.Activity.Search Entity
Search entity in CRM with specifying entity type, property names, and its values.
Input
- EntityType - Enter CRM entity type as String within "", for example: "account". (Mandatory)
- PropertyName - Enter property name as String within "", for example: {"name"}. (Mandatory)
- Service - Enter Output Service object returned from Create MS Dynamics Activity Output. (Mandatory)
- Values - Enter values as String within "", for example: {"John"}. (Mandatory)
Misc
- DisplayName - Activity header name.
Output
- OutputData - stores returned data in aDataTable Variable.
- OutputResult - a Boolean Variable that returns True or False.
Returns True; in case the search returns data. Returns False; in case the search does not return data. |
Steps of Using Search Entity Activity
- Open iRobo Studio, and then open a new Workflow.
- Drag Search Entity Activity to the Sequence.
- Enter EntityType value in EntityType field in Input in Properties Panel.
- Enter Property name value in Property Namefield in Input in Properties Panel.
- Enter Service object Variable in Service field in Input in Properties Panel.
- Enter Values for Property Name field in Values field in Input in Properties Panel.
- Click Save button from iRobo Studio Menu to save Workflow.
- Click Play button to start the automated process, searched data are returned in aDataTable Variable.
Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework