iRobo.Activity.Delete Entity

Delete entity from CRM with specifying Record ID.


                                                                                                               

Properties

Input

  • RecordID -  Enter Record ID from CRM to delete 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)


Misc

  • DisplayName - Activity header name.


Output

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

     Note: 

         Returns True;  in case the record is deleted from the entity.

         Returns False; in case the record is not deleted from the entity.

 

Steps of Using Delete Entity Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Delete 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 deleted from the specified entity.

Created with the Personal Edition of HelpNDoc: Qt Help documentation made easy