Customizing a regular list view involves minimal changes. You can modify the elements
displayed or the maximum number of records displayed.
About this task
To customize a regular list
view:
Procedure
- Navigate to the screen that you want to change to find out its view ID.
- Hover your mouse pointer over the screen's view title. The view title's tool tip
indicates the view ID.
- From the Resource Hierarchy tree, navigate to the view ID and copy it, including its
sub-resources when prompted.
- Copy the JSP file for the original view into the
INSTALL_DIR/extensions/global/webpages/PathOfOriginalJSP/
directory.
Note: Customizing this view may require other files to be copied into the webpages
folder. A list of these required files can be seen by right-clicking on the entity and getting a JSP
List
- From the Resource Hierarchy tree, navigate to your new view. Enter the relative path to
your JSP file in the JSP field. For example:
/extensions/global/webpages/om/order/list/order_list_concise.jsp
- If you want your new search view to be the default view, resequence the new view such
that the sequence number is a lower number than that of the original view.
- Edit your JSP file as needed.
- Select the refresh cache icon that fits your needs as follows:
- If you want to update one entity and its child resources, select the specific entity and select
the Refresh Entity Cache icon.
- If you want to update all resources, select the Refresh Cache icon.
- Log in to again to test your
changes.