modifyViewListData
This method provides a means of modifying display values for work items in work view, process view, and event view lists. The XML that populates the list is passed to this method, providing a means to manipulate list data prior to it being displayed. Text values of view names and descriptions may be changed, allowing for localization or customization, plus items in the list may be reordered.
Note:
- Care must be taken when changing the display text of work items in the work views list. The "Inbox" view is a special application view that is already localized to the current language setting. Changing "Inbox" to any other value can result in unpredictable results.
- You must also be careful when reordering items in the work views list. Work items grouped under "My Work" and "Supervised Work" may be reordered within the groups, but must remain within their original group to prevent application failures.
This method is called when the list is first constructed, and every time it is refreshed.
Parameters
- oValue.listXML - (jsx3.xml.CDF.Document) An XML document that populates the list. Contains a <data> root node that is the parent of zero or more <record> nodes, which represent the items in the list.
- oContext - (Object) An object that provides information about the list being modified with the following properties:
Copyright © Cloud Software Group, Inc. All rights reserved.