DEFINE CONSOLIDATION

Purpose

Define the order, and therefore the priority, of the participating mapped source attributes of a consolidated attribute.

To alter the order of the participating attributes, all the involved sources must be defined.

Syntax

[DEFINE] CONSOLIDATION FOR <business object name>.<business attribute> (
      ( IS "(" <source reference> [{"," <source reference>}] ")" )
)
";" 

<source reference> := <source system> "." <source>

For an explanation of the syntax notation, see TinML Syntax Notation.

Examples

DEFINE CONSOLIDATION FOR "Product"."Product Name" IS ( "ERP"."PRODUCT", "Sales System"."PROD_PRICES" );

Expected Result

Consolidation for "Product"."Product Name" defined.