SugarCRMCreate

Use this activity to create a record for the selected module.

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 dropdown menu for this field.
Module SugarCRM module name. Select the module type you want to create.
Bulk Create Selecting True allows you to create 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 create a single record only. By default this field is set to False.

Input

The input field is defined by the input schema for the chosen module and will be dynamically updated as modules are selected from the dropdown list.

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

The schema for the output data of this activity is displayed in a tree format in this tab. 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