Hi,
I have been tried the following code to let me know there are new record:
- x = test [Added_Time.toDate() == zoho.currentdate ];
- if (x.count()>0)
- {
- return true;
- }
- else
- {
- return false;
- }
but i got error message "Error at null"
How the script is supposed to be?
Thanks,
Regards