Geoffrey2
ServiceNow Employee

You will need to create a custom Widget by copying the existing Approvals widget, add the new field to it, then swap out the widgets on your Page(s).



Hold in Ctrl and right-click on the header, then select Widget in Editor.


find_real_file.png


Clone the Widget:


find_real_file.png



Give the new copy a name:


find_real_file.png



Add in the new field information in the Server Script (I added it at Line 48):


find_real_file.png



Put the new field into the HTML Template (I added it at Line 24):


find_real_file.png



Finally, replace the original widget with the new copy on the Page:


find_real_file.png


Find the new widget and drag it onto the Page above or below the original one.   Then remove the original.


find_real_file.png



Done!


find_real_file.png


View solution in original post