<SearchCollection>
The <SearchCollection> element is a child of the <DataExport> element. It can be used to filter the records exported. This element has a child <Searches> element, which in turn has one or more <Search> elements as children. The <Search> elements define the selection criteria.
This table describes each attribute of the <SearchCollection> element.
Attribute | Description |
---|---|
ParentElement | Parent element for the XML output. If specified, the ParentElement becomes the root node in the XML output, and the root element defined in the <DataExport> element becomes a child of the ParentElement. |
<Searches>
The <Searches> element is a child of the <SearchCollection> element, and the parent of one or more <Search> elements.
<Search>
Each <Search> element defines a selection parameter for the exported records. This table describes each attribute of the <Search> element.
Attribute | Description |
---|---|
SourceProperty | Property of the target business object you want to use to filter records. Required. |
Operator | Comparison operator to use. Required. These are the supported
operators:
|
Value | Value to use for the comparison. Required. |