How to change the a message in Service Portal

HenryD
Tera Guru

I wanted to change the message for these two images that are attached, i went into the widget and couldnt find anything specific, has anyone had experience with this or may know something, any help is appreciated, thanks

1 ACCEPTED SOLUTION

Anil Lande
Kilo Patron

Hi,

You can find it by inspecting portal widget. To know which widget showing these contents you can use ctrl+right click.

find_real_file.png

 

On portal you can find the widget name which is displaying those contents. Open widget in editor and see HTML and Sever script.

find_real_file.png

 

Thanks,

Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

3 REPLIES 3

Saurav11
Kilo Patron
Kilo Patron

Hello Henry,

Generally those messages are written in the server script of a widget. You can directly search in the server script of the widget you are using.

If you do not know the you can do the below to find those widget

Goto the widget.

Apply filter server script contains your request has been submitted. You will get the widget names and then you can check from it is coming.

find_real_file.png

 

Please mark answer correct/helpful based on impact.

Anil Lande
Kilo Patron

Hi,

You can find it by inspecting portal widget. To know which widget showing these contents you can use ctrl+right click.

find_real_file.png

 

On portal you can find the widget name which is displaying those contents. Open widget in editor and see HTML and Sever script.

find_real_file.png

 

Thanks,

Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Anil Lande
Kilo Patron

Similarly for another message you need check 

find_real_file.png

Breadcrumbs widget.

These are OOB widgets and may not be editable. 

To change this behavior we need to clone the widget and replace modified widgets on related pages.

Adding cloned widget will affect you in future if there is any update related with OOB widgets.

 https://docs.servicenow.com/bundle/rome-servicenow-platform/page/build/service-portal/task/t_CloneAn...

https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_develop...

 

Thanks,

Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande