How can i remove the request number from the this ?

NeethuB
Tera Contributor

How can i remove the request number from order summary page?


1 ACCEPTED SOLUTION

Ratna Jyothi P
Tera Expert

Hello @NeethuB -
      If you want to remove the Request Number field, You have to clone the 'SC Order Status' widget and comment the below HTML line(Make sure you are not removing it) and later update the cloned widget in order_status page. 

   <div class="text-muted" ng-if="(options.display_request_number === 'true') && ((options.isServiceWorkspace && !data.isMEE) || data.request.universal_request == '')">
${Request Number} : <b>{{::data.request.number}}</b>
</div>

Thanks
Ratna Jyothi

View solution in original post

7 REPLIES 7

Ankur Bawiskar
Tera Patron
Tera Patron

@NeethuB 

No cloning required

1) Go to Instance Options for that widget (Ctrl + Right Click) on that page

AnkurBawiskar_1-1747306286051.png

 

2) Uncheck "Display Request Number" checkbox

AnkurBawiskar_2-1747306309405.png

 

Result: It's gone

AnkurBawiskar_0-1747306248329.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@NeethuB 

I believe I also answered your question and it doesn't require any cloning etc

Please mark my response as correct as well so that it helps future members.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@NeethuB 

Please mark my response correct as well as it's also a valid solution.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader