Table of Contents

Search

  1. Preface
  2. Part 1: Version 10.4 - 10.4 HotFix 3
  3. Part 2: Version 10.3 - 10.3 HotFix 3

Searching by the Original Rowid Object

Searching by the Original Rowid Object

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.
  1. At the
    Query
    panel, in the search field, type the original rowid object from a cross-reference record.
  2. 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

0 COMMENTS

We’d like to hear from you!