Example RECORD_STATE with Multiple Values
This example searches a confirmed and unconfirmed records with CITY as San Jose.
  
 
	 
		<ExternalKeys>
<Key name="MASTERCATALOGNAME">ADDRESS</Key>
<Key name="CITY" operator="eq">San Jose</Key>
<Key name="RECORD_STATE">CONFIRMED,UNCONFIRMED</Key>
</ExternalKeys>
	  
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.