Skip to main content
CL Demo fragte in #Apex
Hi,

How to write a query to retrive scheduled events which are scheduled for next 7 days.

Thanks,

Regards,

Anil Kumar
1 Antwort
  1. 5. März 2015, 13:14

    select id,name from Event where ActivityDate<=Today()+7

0/9000