iRobo.Activity.Create SalesForce Multiple Objects

Create Salesforce multiple objects such as (account, contact, ....etc.).

                                                                               

                               

Properties

Input

  • CSv File Path -  The Path of CSv file that holds the data to be inserted as a new records in the Salesforce object. (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 created, and False if not.


Steps of Using Create SalesForce Multiple Objects 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 Create SalesForce Multiple Objects Activity into SalesForce Application Scope Activity Sequence.
  8. Enter Data Object 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 created or not.

Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?