iRobo.Activity.Create Entity

Create entity in CRM.


                                                                                                               

Properties

Input

  • EntityType -  Enter CRM entity type as String within "", for example: "account". (Mandatory)
  • PropertyName -  Enter property name as String within "", for example: {"name", "phone"}. (Mandatory)
  • Service -  Enter Output Service object returned from Create MS Dynamics Activity Output. (Mandatory)
  • Values -  Enter values as String within "", for example: {"John", "0952328976423"}. (Mandatory)


Misc

  • DisplayName - Activity header name.


Output

  • OutputResult -  a Boolean Variable that returns True or False.

     Note: 

         Returns True;  in case the entity is created.

         Returns False; in case the entity is not created.

 

Steps of Using Create Entity Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Create 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, the entity is created in CRM.

Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents