Creating bulk accounts in Salesforce using a multipart predefined operation

Create bulk accounts in Salesforce using a multipart predefined operation.

Before you begin

  • Check whether you have the developer and admin roles that are assigned from the User Management > Roles page.
  • Obtain the credentials to log in to the Salesforce back end account.
  • In webMethods Integration, create the Salesforce Bulk v2 Data Loader account, SFBulkV2_02Apr.

About this task

Support for multipart request bodies is available for specific connectors and operations, such as the Salesforce R Bulk v2 Data Loader and the createAndUploadDataUsingMultipart predefined operation. These capabilities enable the platform to efficiently handle large-scale data uploads and ensure compatibility with Salesforce’s bulk data processing requirements.

Procedure

  1. Select the project where you want to create the new flow service. You can also create a new project.
  2. Click the Flow services tab and click the Add icon.
  3. Provide a name and an optional description for the new flow service.
  4. Type IO in the search box, select IO, and then select the stringToStream service.
  5. Click the mapping icon to map the input and output fields.
  6. Set the value for string:
  7. Set the value for encoding as UTF-8.
  8. Click Add icon to add a new step.
  9. Select the Salesforce(R) Bulk v2 Data Loader connector and the createAndUploadDataUsingMultipart predefined operation. Select the SFBulkV2_02Apr account.
  10. Click the mapping icon to map the input and output fields.
  11. Map inputStream to value. The service output is automatically mapped to the Pipeline Output by a dotted line.
  12. Set values for fileroot.
  13. For fileRoot1, set values for name as content, contentType as text/csv, type as FILE, and file name as content.
  14. Save the flow service and run it by clicking the Run icon.
  15. View the flow of service execution results for a successful run.