How to change order guide banner text "Describe Needs" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2013 12:16 AM
I want to change text "Describe Needs" to "Request Details".
If we go to UI Page "com.glideapp.servicecatalog_cat_item_guide_view"
you can update text "Describe Needs" from button.
<g2:evaluate var="not_important" expression="
var og = new Packages.com.glideapp.servicecatalog.OrderGuide(guide);
var next_message = gs.getMessage('Check Out');
if (og.isOrderToCart() $[AND] og.isTwoStep())
next_message = gs.getMessage('Add to cart');
if (!show_tabs)
next_message = gs.getMessage('Choose Options');
var previous_message = gs.getMessage('Request Details');
"/>
But I also want to change text "Describe Needs" from banner.
Describe Needs ------------> Choose Options --------------> Check Out
Please suggest me on the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2013 01:40 AM
In the module System UI > Messages you will find an entry with the Key "Describe Needs". Just Change the Message for this entry.
The UI Pages should not contain hardcoded labels, since this makes translation to different languages impossible. They should always go through the gs.getMessage function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2013 03:33 AM
Thanks Frank !
It's working ! 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2017 03:53 AM
Hi Frank,
If i want to change the name of choose option button placed below in checkout cart ,then what needs to be done?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2017 11:57 PM
Hi Shristy,
Below are the steps to change the Choose Options label. But it would be a global change.
Go to system UI->Messages->Search for key "Choose Options" and now change the value as per your requirement.
Likewise I have changed the "Choose Options" to "Make Choice" as shown below.
I hope this answers your question.
Please mark helpful if it helped you out!!
Regards,
Anjali