Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

How do I use the SFObjectUpdateReceiver?

The SFObjectUpdateReceiver updates the data within a Salesforce Object via Salesforce Web Services.

When should this Receiver be used?

  • When an existing Salesforce Object needs to be updated.

Receiver Parameters

The following parameters can be defined for the SFObjectUpdateReceiver. Items with an asterisk (*) are required.

  • serviceVersion* - Defines a version number that will be added to the service data URL. Example: If the entered value is 20.0, then the URL would be /service/data/v20.0/sobjects/objectName/
     
  • objectName* - Defines the name of the Object that will be posted to and added to the service data URL. Example: If Account, then URL would look like this: /service/data/v20.0/sobjects/Account

Receiver Attribute Property Keys

The Receiver defines three property keys that can be modified on any of its associated Domain Attributes:

  • columnName - Specifies the column name as it will be in the API call.
  • include - Determines if the Attribute will be included as a column in the output.
  • objectId - Determines if the Attribute will be the id of the Object that is being updated.