You need to sign in to do that
Don't have an account?

Can't figure out what wrong with this query?
I'm trying to create a list of tasks that were created today() through a SOQL query so later I can write an if statement in the trigger that would exclude those account that were created today() from the loop.

(Select AccountID from Task where Task_Created_Date__c = Today) ];
Please check object Name from Tasks to Task
I did what you suggusted and now I'm getting this error message: " Compile Error: Entity 'Task' is not supported for semi join inner selects at line 9 column 30 "
Do you know of any workarounds that I can do in order to build what I'm trying to build?
Thanks,
Fares.
Let us know if this will help you