Element "ADOMQueryProcess"

Top  Previous  Next

ADOMQueryProcess element should be placed into a ProcessForm. This element defines the parameters to query the item nodes existing in an ADOM.

ADOMQueryProcess is a Query Process which means it may have sub-processes and it can query the ADOMs and provide process records for them.

 

ADOMQueryProcess_pe

 

Parameters

ADOM Name (Accepts MScript)

The name of the ADOM whose item node(s) to be queried.

ADOM Scope

Select one of 1. Request, 2. Session or 3. Application. See more on scopes.

Query Expression (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

PRICE > 1000

(f:NAME = i:VALUE) and (not Disabled)

 

Fields to Include (Comma Separated) (Accepts MScript)

In this parameter you should define the fields, each separated with a comma, that must 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

0 Normal completion
12 An unknown error occurred