how can i edit begin button in hr portal tour

Jyoti Ranjan Se
Tera Contributor

hi everyone i want to change  begin tour how can i edit this??Screenshot 2024-02-12 220542.png

6 REPLIES 6

saurabh_dubey
Kilo Sage

If its not in widget : https://docs.servicenow.com/bundle/washingtondc-platform-user-interface/page/build/help-guided-tours... 

refer these steps 

or want to design the button then refer these steps...

You have to edit it via widget editor. 

You can follow these steps, if it is a dedicated widget on a page

  1. ctrl + right click (mouse), (Mac + Windows)--> Click show widget customisations on portal 
  2. You will get all the widgets customisations.
  3. Then click on i button, you will get modal click "open widget in platform".

If my answer help you do click on the solved button.

 

Thanks and regards,

Saurabh Dubey

Hello i just want to change the text of that button

 

Then, the above steps that I mentioned will help, if it is a ServiceNow widget

Hi @Jyoti Ranjan Se ,

 

If you simply want to change the text/wording, you can create a new Message [sys_ui_message] record.

  1. Navigate to System UI > Messages
  2. Search if there is any record with the value of 'begin tour' as the 'key'
  3. If there is none, create a new record with the following values:
    • Key: begin tour
    • Message: your new message

Note that this will replace any messages that use 'begin tour'. But the impact should be minimal.

Thanks!