Skip to main content
CL Demo が「#Apex」で質問
Hi,

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

Thanks,

Regards,

Anil Kumar
1 件の回答
  1. 2015年3月5日 13:14

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

0/9000