Unable to hide price in catalog request in Service PortalIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Unable to hide price in catalog request in Service Portal Release All releases supporting Service Portal Cause By design, prices are displayed in catalog requests in Service Portal Resolution 1. Navigate to the widget list2. Search for "Request Fields" widget3. Clone the widget by clicking the "Clone Widget" button4. Remove "price" on line 13 of the server script for the cloned "Request Fields" widget:var fields = $sp.getFields(gr, 'number,state,priority,sys_created_on,price');5. Click Update6. Navigate to Service Portal Edit Page:<your instance>/sp_config?id=page_edit&p=sc_request&table=sp_instance&sys_id=cc316d33d7230200a9addd173e24d4f57. Remove "Request Fields" widget from the page8. Add the cloned "Request fields" widget to the page9. Click Save