Edit Order Guide summary page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 08:45 AM
Hi everyone,
I have a requirement that upon submission of an order guide request in the SP, the Request Page summary is displayed and needs modified (below screenshot-sc_order_status)
How do I add a column next to item to display request_name variable? Is this possible? I know I can right click the page, select instance options but there are no options to display a variable. I was hoping to not clone the page, couldn't locate the exact code to add. Does anyone have suggestions to achieve this?
Below is a link to help to feedback I attempted without luck.
Below are the steps I've performed so far
Created a string in sc_request table- request_name
Created br to copy request_name variable to request_name in table
The above is working correctly
Navigate to the Service catalog >> My Request Filter >> and open the record for the table " Request [sc_request] " :Service Catalog Request Portal
Add in the "Secondary fields to display ": Request_Name
So far that part is working
However, I noticed the page I need to edit is sc_order_status and the portal page the instructions above are editing is order_status. I searched for sc_order_status under portal page but is was not available. Any suggestions on how to achieve this? thanks so much in advance for any feedback you can provide.