SugarCRMUpdate

This activity allows a flow to update a single record in the SugarCRM system.

Configuration

The Configuration tab has the following fields that identify which SugarCRM connection to use and the type of object to create.

Field Description
Connection SugarCRM connection name to use when accessing the SugarCRM system. If you have created multiple SugarCRM connections, select the one you want to use from the drop down menu for this field.
Module SugarCRM module name. Select the module type you want to create.
Bulk Update Selecting True allows you to update multiple records simultaneously (in bulk). It also changes the input schemas to an array of records instead of a single record. Select False if you want to update a single record only. By default this field is set to False.

Input

The ID field causes a query to return exactly one record if the ID matches the ID of an existing record.

You have the option to either enter the input manually or map the input to the output from a preceding activity provided that the preceding activity has an output. Refer to the "Using the Mapper" section in the TIBCO Flogo® Enterprise User's Guide for details on how to use the mapper.

Output

This tab displays the JSON schema for the output fields in a tree structure.

The elements that you see in the schema can be mapped as input to the activities which follow this activity in the flow.

Related concepts