Table of Contents

, , ,

LIST_TABLE

Description

Prints out a list of business objects as a table where each row represents a single list member. A list may be specified as an attribute or as a query string. Only specified attributes of each list member are printed out. The header of the table containing attribute names is printed automatically

Parameters

  1. Identifier of the list or a string identifying the query (either Rule Language string or the name of the existing query).If the list identifier is used the second parameter may optionally indicate ordering of the list
  2. Attribute names to be printed out. The name of the attribute to print out may be optionally followed by the print format (the name of the attribute and the format must be separated by comma). If format is not specified the default attribute format will be used.

Example

<<LIST_TABLE(Client.Children, 'FirstName', 'LastName', 'Age,#')>>