navigating by url

dcox
Giga Contributor
1 ACCEPTED SOLUTION
6 REPLIES 6

For the change task, you can use change_task.do instead of task.do, that way you are querying on only change_task, but not whole task table. Please mark it as correct if your issue is resolved.


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi David,



Task is the parent table, where as incident,problem and Change is the child tables. So if you query task table it will give you all the records of Parent and child records.


Depending on your req you can either have task or change_task table.



Let me know if that answered your question. If so, please mark it as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list. Thank you