Order guide - edit 'choose options' page on order guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2018 11:40 AM
- 2,480 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2018 12:31 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2018 12:47 PM
Hi,
the following is the corresponding UI page
com.glideapp.servicecatalog_cat_item_guide_view
URL:
https://<------------->.service-now.com/sys_ui_page.do?sys_id=98a51091c0a80027004a2f16b762a4d5&sysparm_view=&sysparm_record_target=&sysparm_record_row=1&sysparm_record_list=sys_nameSTARTSWITHcom.glideapp.servicecatalog_cat_item_guide_view%5EORDERBYname&sysparm_record_rows=1
so here you can do your modifications as per your requirement.
Hope this helps.
Thanks,naveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2018 01:23 PM
Thanks Naveen,
I'm using the SC Order Guide widget currently on my page. In here, i find the below code for HTML:
<div class="remove-margin-bottom-xs" ng-if="includedItems.length">
<div class="list-group">
<div class="pull-right text-xs"><i class="fa fa-asterisk mandatory"></i> <span class="text-muted">${Mandatory Fields}</span></div>
<div class="m-b-lg font-bold">${Included Items : }</div>
<uib-accordion close-others="true">
Need to add another line above 'Included items' say 'Choose from below Items' with simple text
Can you help me with what i need to add, not familiar with CCS much...Thanks for your help

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2018 11:57 PM
Hi Deepthi,
Hope you are using default SC order Guide Widget. you want any modifications in that widget clone that widget and do your modification and replace the clonedone insted of original one.
and for your query add a <div>Choose from below Items</div> befor the place where you want it to be displayed.
Thanks,Naveen