How to show details filled in catalogs on summary page of order guide

Krutika Valanj2
Tera Contributor

Hello,

I am having a requirement where I need to show the options selected in catalog items on the summary page to the order guide so the user submitting the order guide can review the details filled by him.

Any suggestion would be helpful !!

order guide.png

2 REPLIES 2

Yashsvi
Kilo Sage

Hi @Krutika Valanj2,

please check below link:

https://www.servicenow.com/community/developer-forum/how-do-you-show-order-guide-variables-on-the-re...

Thank you, please make helpful if you accept the solution.

kaduapoorva
Tera Contributor

Hi @Krutika Valanj2 

 

Please follow below steps:

 

  • Navigate to the catalog item or variable set you want to display and use cascade variables
  • Customize the form layout to include related lists or fields showing the selected options.
  • Use UI policies to conditionally show or hide fields based on user input.
  • Utilize client scripts to enhance the behavior of the form based on user interaction.

Please mark helpful if it fulfil your query