utLoadResultSet

Loads a ResultSet specified in a personalization (user topic) file into the DataBinder.

User topic files are HDA files that are located in the IntradocDir/data/users/profiles/us/username/ directories.

Type and Usage

Parameters

Takes two parameters:

  • The first parameter is the name of a user topic HDA file.

  • The second parameter is the name of a ResultSet defined in the user topic file.

Output

  • Returns TRUE if the ResultSet is successfully loaded into the DataBinder.

  • Returns FALSE if the function fails.

Example

Loads the SavedQueries ResultSet from the current user's pne_portal.hda file into the DataBinder:

<$utLoadResultSet("pne_portal","SavedQueries")$>

See Also