<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.

AttributeDescription
ParentElementParent 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.

AttributeDescription
SourcePropertyProperty of the target business object you want to use to filter records. Required.
OperatorComparison operator to use. Required. These are the supported operators:
  • GreaterThan
  • GreaterThanOrEqual
  • NotEqual
  • LessThan
  • LessThanOrEqual
  • Like
  • NotLike
  • StartsWith
  • EndsWith
  • Contains
  • Soundex
  • DBNull
  • DBNotNull
  • In
  • NotIn
  • EqualToOperative
  • NotEqualToOperative
ValueValue to use for the comparison. Required.