dpPromoteRs

Similar to dpPromote, this function allows a ResultSet that is generated in a profile rule to be promoted to the request context. The ResultSet is pushed into the databinder after the evaluation of all rules. The values are not evaluated during rule activation or manipulation but are available for page presentation.

Type and Usage

Parameters

This function can take two parameters:

  • The first parameter is the name of the ResultSet to push into the data.

  • Optional. The second parameter is an alternate name for the ResultSet.

See Also