iRobo.Activity.Delete SalesForce Object

Delete a record from a selected SaleForce object.

                                                                               

                               

Properties

Input

  • ID -  Enter the Record ID you want to delete as String within " ". (Mandatory)
  • SalesForce Object -  Enter SalesForce Object as String within " ", for example: "Account". (Mandatory)


Misc

  • DisplayName - Activity header name.


Output

  • Success - Boolean Variable; returns True if the data object successfully deleted, and False if not.


Steps of Using Delete SalesForce Object Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag SalesForce Application Scope Activity to the Sequence.
  3. Enter Password in Password field in Properties Panel; which allows you to login to SalesForce website.
  4. Enter User Name in username field in Properties Panel; which allows you to login to SalesForce website.
  5. Enter the Consumer Key field in Input in Properties Panel.
  6. Enter the Consumer Secret field in Input in Properties Panel.
  7. Drag Delete SalesForce Object Activity into SalesForce Application Scope Activity Sequence.
  8. Enter Data Object ID in ID in Input in Properties Panel.
  9. Enter SalesForce Object in Input in Properties Panel.
  10. Drag Message Box Activity into SalesForce Application Scope Activity Sequence.
  11. Click the Save button from the iRobo Studio Menu to save Workflow.
  12. Click the Play button to start the automated process, a message box appears displaying True or False; indicating whether the data object record is deleted or not.

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