Is it possible to link Private Task (PTSK) to SCTASK or INC?

RenKol29
Tera Contributor

Is there any way I can link a PTSK (Private Task) created via VTB to an existing SCTASK or INC when they are related?

They are all available in the Task table. I just couldn't find any existing functionality on how to achieve this.

Can you please advise? Thank you

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @RenKol29 

 

What to you mean by reklated,do yoy wbnat to shwo then incident frecord? liek in related list? If yes, then you need to crate M2M tavbel abd a nee reklated list .

 

https://www.servicenow.com/community/developer-articles/m2m-table-creation/ta-p/2991991

https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/administer/table-administ...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Medi C
Giga Sage

Hi @RenKol29,

 

You can do that by setting the "Parent" field on the PTSK table. (Parent field on PTASK should be set to SCTASK, Incident ...)

The Parent field is referencing task table. Hence, you can set to any task based record. 

 

Then if required, you can add related list on SCTASK, Incident which would list the PTASKs assigned to that incident or sctask.

 

  1. On Incident or SCTASK form, right click on the header
  2. Click on Configure Related List
  3. You should be able to see "Private Task --> Parent", move it to selected

 


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.

RenKol29
Tera Contributor

Hi,

Thank you for your response but I don't seem to get the right options.

Do I need to have a different permission to be able to use this function?

Thank you