Release Guide

You can search for a master record using the original rowid object from any of its cross-reference records.

For example, if 20 records were merged, you can use the original rowid object from any of these records, to search for the master record. In this example, there are 20 original rowid objects. 19 rowid objects are associated with the cross-reference records, and one with the master record.

panel, in the search field, type the original rowid object from a cross-reference record. Run the search. The search results return the associated master record. Sample requests

The following sample request queries the Person business entity for records with corresponding original rowid objects. In this example, only one record is returned, based on the value '1' used as a unique identifier ROWID_OBJECT for this Person:

GET http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person?action=query&filter=origRowidObject='1'&outputView=PersonAddressView

The following sample request queries the Person business entity for surviving records with corresponding ROWIDs. In this example, only one record is returned, based on the value '1' used as a unique identifier ROWID_OBJECT for this Person:

GET http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person?action=query&filter=rowidObject='1'&outputView=PersonAddressView