how can i edit begin button in hr portal tour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-12-2024 08:46 AM
hi everyone i want to change begin tour how can i edit this??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-12-2024 09:37 AM - edited ā02-12-2024 10:26 AM
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
- ctrl + right click (mouse), (Mac + Windows)--> Click show widget customisations on portal
- You will get all the widgets customisations.
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-13-2024 11:06 PM
Hello i just want to change the text of that button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-13-2024 11:20 PM
Then, the above steps that I mentioned will help, if it is a ServiceNow widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-14-2024 01:27 AM
Hi @Jyoti Ranjan Se ,
If you simply want to change the text/wording, you can create a new Message [sys_ui_message] record.
- Navigate to System UI > Messages
- Search if there is any record with the value of 'begin tour' as the 'key'
- 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!