Is it possible to link Private Task (PTSK) to SCTASK or INC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 06:52 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 04:17 PM
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.servicenowguru.com/system-definition/relationships/defined-related-lists
- http://wiki.servicenow.com/index.php?title=Creating_Defined_Related_Lists#gsc.tab=0https://www.servicenow.com/community/service-management-forum/how-can-we-create-a-new-related-lists-...
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 04:26 PM
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.
- On Incident or SCTASK form, right click on the header
- Click on Configure Related List
- 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 04:14 AM