Records

If multiple records are passed to the ProcessAsk via uid, uid1-3 and recordSet you can use the Records item to list these records on the Process Ask page.

Specify the following:

  • DisplayText: The heading of the record list.
  • TableCaptionName: The name of the table caption to be used for displaying the records. (If undefined, the default table captions are used.) If no table caption exists for a record, the record is not displayed.
  • Max. rows: The maximum number of records to be displayed.
    Note: If you don't specify Max. rows for an item, the value specified in the Search.MaxResults Web Configuration parameter is used instead. For further details, see Search.MaxResults.
  • Parameters: Specify which records are listed (no brackets, no quotes):
    • RECORDS The records from uid, uid1, uid2 and uid3 are listed.
    • RECORDLIST The records from recordSet are listed.
    • RECORDLISTS Both the records from uid, uid1-3 and recordSet are listed.

      If undefined, RECORDLISTS is used.

For an example, see Passing Multiple Records to a Process Ask page.