SC Task Table

Harshad0405
Tera Contributor

How to get request number from SC task table

1 ACCEPTED SOLUTION

Chaitali_Vale
Mega Sage
Mega Sage

Hello @Harshad0405 ,

Please refer below link to fetch the record number:
https://www.servicenow.com/community/developer-forum/fetch-request-number-to-sc-task-form/td-p/27798...

Please mark my solution correct or helpful if applicable.
Thanks,
Chaitali.

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi @Harshad0405 ,

On the SC Task form, Right click on the context menu and configure> Form layout and add the "Request" field from Left to Right Slush bucket:

SandeepDutta_0-1704374102768.png

 

SandeepDutta_1-1704374102983.png

 

 

AndersBGS
Tera Patron
Tera Patron

Hi @Harshad0405 ,

 

On form level, just add the existing OOTB "parent" field to the form:

AndersBGS_0-1704374534087.png

On list view level, just add the column "parent" to the list view:

AndersBGS_1-1704374584088.png

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

best regards

Anders 

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Ankur Bawiskar
Tera Patron
Tera Patron

@Harshad0405 

2 ways to get it

1) add the Request Item -> Request field on list layout of SC Task

OR

2) check the XML of sc_task and find it

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

Chaitali_Vale
Mega Sage
Mega Sage

Hello @Harshad0405 ,

Please refer below link to fetch the record number:
https://www.servicenow.com/community/developer-forum/fetch-request-number-to-sc-task-form/td-p/27798...

Please mark my solution correct or helpful if applicable.
Thanks,
Chaitali.