Example RECORD_MODDATE

This example searches a Customer record with less than the modified date.

<ExternalKeys>
<Key name="MASTERCATALOGNAME" type="string">CUSTOMER</Key>
<!-- <Key name="PRODUCTID" type="string">c1</Key>
<Key name="PRODUCTIDEXT" type="string">c1</Key>
-->
<Key name="RECORD_MODDATE" operator="lt">05/05/2011</Key>
</ExternalKeys>
  • RECORD_STATE: Identifies the state of a record that is being searched. The RECORD_STATE key supports a list of multiple values separated by a comma. The following values are supported:
    • CONFIRMED: Includes the confirmed records. This is the default value.
    • UNCONFIRMED: Includes the unconfirmed records.
    • REJECTED: Includes the rejected records.
    • DRAFT: Includes the draft records.
      Note: The DRAFT record versions are owned by an event. The version is created during the event. To retrieve the DRAFT version records, you must specify the work item context.
    • LATEST: Includes the confirmed or unconfirmed records.
    • ALL: Includes all records with any state.
      Note: Specify the LATEST and ALL values to include multiple states of a record.