The default list of request statuses can include more options than you need for certain categories. In such cases, you can decide to customize the request status list by hiding some of the values in that category. Consequently, users do not see these options on the GUI when they handle requests pending action. Thus, they do not need to sort through status values that do not apply in your organization.
To hide request statuses
For example to hide the Ordered status on the request-related pages, enter the comment characters before and after the original expression. These comment characters appear in bold in the following line:
<!--<st_1004>Ordered</st_1004>-->
In contrast, the following line makes the Ordered status visible on the request-related user interface screens:
<st_1004>Ordered</st_1004>
For example, to hide the Ordered status on the request-related pages, enter the comment characters before and after the original expression. These comment characters appear in bold in the following line:
<!--<st_1004 statval="1004"/>-->
In contrast, the following line makes the Ordered status visible on the request-related user interface screens:
<st_1004 statval="1004"/>
Note: Hide the exact same lines in all relevant sections of the file. Doing so is required for the status to appear correctly in the user interface.
Example: Hide Request Statuses
To hide certain default fulfillment-related statuses, enter the comment characters before and after the original expression, as shown in bold in this example. Enter the comment characters in the request_header, request_item, and request_item_fulfillment_action sections of the requestshared.xml file.
In this example, before the comment markers are added, the following statuses are visible on the following request-related pages: Ordered, Shipped, Received, Order Cancelled, Staged, and Configured. After the comment markers are added, the following statuses are visible on those pages: Ordered, Shipped, and Configured.
- <request_header> ... <st_1004>Ordered</st_1004> <st_1006>Shipped</st_1006> <!--<st_1007>Received</st_1007>--> <!--<st_1008>Order Cancelled</st_1008>--> <!--<st_1017>Staged</st_1017>--> <st_1019>Configured</st_1019> ... </request_header>
- <request_item> ... <st_1004>Ordered</st_1004> <st_1006>Shipped</st_1006> <!--<st_1007>Received</st_1007>--> <!--<st_1008>Order Cancelled</st_1008>--> <!--<st_1017>Staged</st_1017>--> <st_1019>Configured</st_1019> ... </request_item>
- <request_item_fulfillment_action> ... <custom_menu current_status_value="default"> ... <st_1004 statval="1004"/> <st_1006 statval="1006"/> <!--<st_1007 statval="1007"/>--> <!--<st_1008 statval="1008"/>--> <!--<st_1017 statval="1017"/>--> <st_1019 statval="1019"/> ... </shared>
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |