Example 1 - Record Versioning

Precondition

No records in repository

Test

Parent_ID Parent_IDEXT Parent_ATTR Child_ID Child_IDEXT Child_ATTR
A1 A1 Aattr1 B1 B1 Battr1
A1 A1 Aattr2 B2 B2 Battr2

Expected Results

  • Import: Depends on the property com.tibco.cim.optimization.import.duprowtest. By default, it is true. Which means that A1(V1) is created. If it is false, then A1(V2) will be created.
  • Database Loader: A1(V1) will have relationships with B1(V1) and B2(V1). Data changes in A1 will be ignored.