function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Just compare it as you compare any other value in a soql query
for example:
Select Id From User Where CreatedDate =: datetime.now();
Hi,
Just to know if this solution works for you. In that case let me know or mark it as solved :)
Thanks.
Just compare it as you compare any other value in a soql query
for example:
Select Id From User Where CreatedDate =: datetime.now();
Hi,
Just to know if this solution works for you. In that case let me know or mark it as solved :)
Thanks.