See if an incident has any tasks. If not, add some
Content
Hi,
Looking at the process designer. What I want is that if an incident goes into a particular queue, several tasks will be created.
My question is how do I check an incident to see if any tasks have already been assigned to it? Is the ROQL below the right approach to see?
ROQL
SELECT Task.ServiceSettings.Incident.ID FROM Task WHERE Task.ServiceSettings.Incident.ID=**** LIMIT 2500
Thanks,
JJ
0