SourceTableView Property (XMLports)
Version: Available from runtime version 1.0.
Sets the key, sort order, and filter of the source table presented to the user.
Applies to
- Table elements in XMLports
Syntax
SourceTableView = SORTING(Code);
Remarks
To sort a set of table fields in the table view, use the sorting keyword. To sort the records in ascending or descending order, use the order keyword. And, to apply a set of filters in the table view, use the where keyword.