The CreatorCon Call for Content is officially open! Get started here.

How to configure existing pages/widgets in servicenow?

maheshkhatal
Mega Sage
Mega Sage

Hello All,

     I am new to servicenow and trying to customize the few widgets,pages. I have had my bit at customizing widgets , pages and adding to existing portal. However, I want to customize existing page in servicenow 'Create Incident' but I am unable to open it and do my customization say add some extra button and do some manipulations at server side. 

Looking to customize below 'Create Incident' page, but I am unable to locate it so far.

 

maheshkhatal_1-1696434256074.png

 

 

Any help in this case highly appreciate.

Thanks,

Mahesh.

1 ACCEPTED SOLUTION

Chandresh Tiwa2
Mega Guru

Hi,

 

if you will notice the URL, it says "id = sc_cat_item". That is the page name "sc_cat_item". Now right click on the create incident box. That will show you the widget name.

ChandreshTiwa2_0-1696446847822.png

 

This is an OOB page and OOB widget "SC catalog item". You cannot modify the OOB widget but you can clone it and then place your custom widget. Cloning the OOB widget is the only way to modify it.

You will find more details on how to clone the widget here -

https://developer.servicenow.com/dev.do#!/learn/learning-plans/utah/servicenow_application_developer...

After cloning and modifying you can add the widget back to the page using below steps -

https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/servicenow_administrator/app_st...

 

If I replied your query, please mark my answer as helpful and correct.

View solution in original post

1 REPLY 1

Chandresh Tiwa2
Mega Guru

Hi,

 

if you will notice the URL, it says "id = sc_cat_item". That is the page name "sc_cat_item". Now right click on the create incident box. That will show you the widget name.

ChandreshTiwa2_0-1696446847822.png

 

This is an OOB page and OOB widget "SC catalog item". You cannot modify the OOB widget but you can clone it and then place your custom widget. Cloning the OOB widget is the only way to modify it.

You will find more details on how to clone the widget here -

https://developer.servicenow.com/dev.do#!/learn/learning-plans/utah/servicenow_application_developer...

After cloning and modifying you can add the widget back to the page using below steps -

https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/servicenow_administrator/app_st...

 

If I replied your query, please mark my answer as helpful and correct.