iRobo.Activity.Update SalesForce Object

Update a record in any of the SaleForce objects.

                                                                               

                               

Properties

Input

  • DataObject -  Enter data object as String within " " as the command in the image below, for example: "New With{.Name="John", .Description="created by iRobo"}". (Mandatory)

  • ID -  Enter Record ID as String within " "; to identify the record to update its data. (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 updated, and False if not.


Steps of Using Update 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 Consumer Key field in Input in Properties Panel.
  6. Enter Consumer Secret field in Input in Properties Panel.
  7. Drag Update SalesForce Object Activity into SalesForce Application Scope Activity Sequence.
  8. Enter Data Object in Input in Properties Panel.
  9. Enter Data Object ID in ID in Input in Properties Panel.
  10. Enter SalesForce Object in Input in Properties Panel.
  11. Drag Message Box Activity into SalesForce Application Scope Activity Sequence.
  12. Click the Save button from the iRobo Studio Menu to save Workflow.
  13. Click the Play button to start the automated process, a message box appears displaying True or False; indicating whether the data object record is updated or not.

Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator