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