
Hello,
I've done this before but can't find my cheat sheet on this :(
I need to test out some processes in process builder. My process is creating tasks and I'm not seeing the task associated to a contact or the lead in either process. But the task is being created. I just can't find it. I need to find it and see what is missing so I can fix the process. I know i have used developer console to find tasks created when they are not associated right. Any help?
2 answers

Hello, thank you! But i'm looking for the activity bc it's not related to the contact it should have been attached to. So i think i have a task created and associated to nothing. With your help, i created this query but not getting the data i need:
SELECT ID FROM event WHERE isDeleted = false AND status = 'Completed' ORDER BY ActivityDate
I need to see the ID of the event created on a certain date (i was doing testing yesterday) and i know the due date of the event. Just can't find the record anywjere in SFDC.
Thanks!