To add, remove, and rearrange columns in the list screen within the Applications Manager, complete the following steps.
To extend list screens:
<ScreenModifications>
<resourceId of the list form you want to extend>
<ListInfo>
<Absolute>
<List AttributeName="" ColumnTitle="" DataType=""/>
<List AttributeName="" ColumnTitle="" DataType=""/>
</Absolute>
<Add>
<List AttributeName="" ColumnTitle="" DataType=""/>
</Add>
<Remove>
<List AttributeName="" ColumnTitle="" DataType=""/>
</Remove>
</ListInfo>
</resourceId of the list form you want to extend>
</ScreenModifications>
ListInfo Element | Purpose |
---|---|
Absolute | Replaces the current columns of a list with the new columns you specify in the List elements. Overrides Add and Remove. |
Add | Adds one or more columns to the list screen. Add and Remove are mutually exclusive with Absolute. |
Remove | Removes one or more columns from the list screen. Add and Remove are mutually exclusive with Absolute. |
List | The List element is a sub-element of the Absolute, Add, or Remove element. Adds the following attributes (which
must be specified):
|
DataType Element | Purpose |
---|---|
Name | Identifier of the DataType. Must exactly match the List element DataType attribute used in the genericscreens_modifications.xml file. |
Type | Adds the following attributes (of which, Type
and Size must be specified):
|