Example RECORD_STATE and ACTIVE
This example searches deleted records with the record state as CONFIRMED.
<Transaction> <Command type="Query"> <StartCount>1</StartCount> <MaxCount>10</MaxCount> <MasterCatalogRecord etype="Entity"> <ExternalKeys> <Key name="MASTERCATALOGNAME" type="string">DELETETEST</Key> <Key name="NAME" operator="eq">TC1</Key> <Key name="ACTIVE" operator="eq">N</Key> <Key name="RECORD_STATE">CONFIRMED</Key> </ExternalKeys> </MasterCatalogRecord> </Command> </Transaction>
Copyright © Cloud Software Group, Inc. All rights reserved.