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