ADOMQueryProcess |
![]() ![]() ![]() |
ADOMQueryProcess is used to query an existing ADOM. Like other query processes, the ADOMQueryProcess can also be configured to have nested process elements that are called for each result record returned from it. See callQueryProcess Configuration Element. ADOMQueryProcess Configuration:
Parameters adomName (Accepts MScript) The name of the ADOM whose item node(s) to be queried. adomScope (Accepts MScript) Select one of 1. Request, 2. Session or 3. Application. See more on scopes. query (Accepts MScript) This is an optional parameter. If omitted all the item nodes in the given ADOM will be selected. The expression defined in this parameter must conform to MScript test expression syntax. Examples: f:Price > 1000 (f:Name = i:Value) and (not Disabled)
fieldsToInclude (Accepts MScript) This parameter is used define the fields (separated commas) to be included in to the result. If you want to include all the fields in the ADOM you can use the reserved word ALL_ADOM_FIELDS.
Process Completion Codes This Process returns the following completion codes
|