The Salesforce Bulk Upload function is used to map and push data to Salesforce Objects for handling billing. This function Function is a processor. The functionFunction integrates directly with Salesforce with Bulk API 2.0 v49.
...
To use the function, you must have to the following knowledge:
- How to create a Connected App
- How to create Custom Objects
- How to get the Client ID and the Client Secret
- How to find the API Name of a Field
...
The configuration of the Salesforce Bulk Upload function Function is the following sections: Environment, OAuth Credentials, Object Configuration, Field Mapping, and Response Timeout.
Environment
In Environment, the Tenant drop-down menu allows users to select their tenant environment. Currently, the following options are available:
...
Under Object Configuration, select to use use Usage object or Other (standard or custom). You can toggle between the two selections at any time.
...
Under Field Mapping, enter the Source Field Name and Target Field Name. Custom fields can be added by clicking + Add custom field mapping mapping or removed as required.
Response Timeout
Under Response Timeout, enter the number of seconds to wait for job completion. The default value is set to 60 seconds.
Note | ||
---|---|---|
| ||
After configuring the Salesforce Bulk Upload function, it must be noted that the data initially displayed in the Preview is mock data. Mock data refers to fake data that is displayed to avoid unnecessary usage creation. You must run the stream to produce the actual results. |
Example Field Mappings
In the first example, Usage is selected. Select source Select the source field from the drop-down menu. The target fields uses use the default field names and are greyed out.
...