iRobo.Activity.Update Entity

Update entity in CRM with specifying Record ID to update its values.


                                                                                                               

Properties

Input

  • PropertyName -  Specify property name to update as String within "", for example: {"name", "phone"}. (Mandatory)
  • RecordID -  Enter Record ID  from CRM to update as String within "". (Mandatory)
  • Service -  Enter Output Service object returned from Create MS Dynamics Activity Output. (Mandatory)
  • EntityType -  Specify CRM entity type to update as String within "", for example: "account". (Mandatory)
  • Values -  Enter values to update 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 updated.

         Returns False; in case the entity is not updated.

 

Steps of Using Update Entity Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Update 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. Click Save button from iRobo Studio Menu to save Workflow.
  7. Click Play button to start the automated process, the data for the specified record Id is updated in the specified entity.

Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications