iRobo.Activity.Search Entity

Search entity in CRM with specifying entity type, property names, and its values.


                                                                                                               

Properties

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.

     Note: 

         Returns True;  in case the search returns data.

         Returns False; in case the search does not return data.

 

Steps of Using Search Entity Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Search Entity Activity to the Sequence.
  3. Enter EntityType value in EntityType field in Input in Properties Panel.
  4. Enter Property name value in Property Namefield  in Input in Properties Panel.
  5. Enter Service object Variable in Service field in Input in Properties Panel.
  6. Enter Values for Property Name field in Values field in Input in Properties Panel.
  7. Click Save button from iRobo Studio Menu to save Workflow.
  8. 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