Configure a Composite entity
Composite entities in the Outbridge solution are regular data entities that are composed of multiple related data entities. They are used to represent business objects composed of a header and one or more dependent data sets, thereby enabling consistent and complete data exchange between systems.
Step 1: Creating a composite entity
- In the Finance and Operations, expand the Modules and select Outbridge.
- From the displayed menu, select Composite entities.
- In the displayed dialog, select New.
- In the Composite entity ID, specify the name for a new entity.
- Under the Data entities section, select New.
- From the displayed list of entities, choose the necessary one that will be a parent entity.
- Add one more entity from the list to be a child entity.
Step 2: Setting a relation between entities
- On the Composite entity form, under the Relation section, select New.
- From the Field name next to the parent entity, choose the appropriate field as a connection between the entities.
- From the Field name next to the child entity, choose the same field as for the parent entity.
- Select Save.
- Select Publish.

Step 3: Configuring a DMF project
- In the Finance and Operations, expand the Modules and select Outbridge.
- From the displayed menu, select Definition groups > Export.
- In the displayed dialog, select New.
- Provide the name and description for the project.
- Under the Selected entities, select Add entity.
- From the list of entities, choose a composite entity that you have created earlier.
- From the Target data format, choose XML-Attribute and select Add.
- Select Save.

For more details about DMF projects, see Create a data project by using the Data management Wizard
The example below describes the usage of a composite entity in a sales order scenario for data export. The sales order header is represented by a single data entity, while sales lines are represented by a separate data entity logically linked to the header.
Step 1: Configuring a sales order
- In the Finance and Operations, expand the Modules and select Accounts receivable.
- From the displayed menu, select Orders > All sales orders.
- From the list of available orders, select the appropriate one.
- On the Sell tab, select Maintain charges.
- From the Charge code, choose the appropriate code.
- In the Charge value, specify the appropriate number.
- Select Save.
Note: Only orders with the specified charge code will be exported.
Step 2: Configuring a DMF project for export
- Navigate to the Definition groups > Export.
- Select the project you have created for your composite entity.
- Under the Selected entities, select Filter.
Note: The set filter will define the sales order for export.

- In the displayed dialog, in the Table, specify the name of the sales order connected to the composite entity.
- In the Criteria, specify the number of the sales order.
- Select OK.
Note: Ensure that the name and number of the sales order are specified correctly.

Step 3: Configuring a data port
- In the Finance and Operations, expand the Modules and select Outbridge.
- From the displayed menu, expand Data integration > Data ports and select Data ports.
- Choose the existing port for data export or create a new one. For details, see Configure a Data port.
- From the Data Project, choose the DMF project for your composite entity.
- Select Save.
- Select Data port > Run.
- Select OK.
