An application that was working perfectly for months stopped working today around 9:30 am NY time. At this same time, the app started to experience a very long duration upon submit actions.
After spending hours diagnosing things (the logs did not show any errors), I decided to remove this bit of code (submit action)
to
Both variables above are date-only fields.
Any ideas?
Cheers,
John Whitney
Read More
After spending hours diagnosing things (the logs did not show any errors), I decided to remove this bit of code (submit action)
- if((input.DELIVERY == zoho.currentdate) && (input.REMINDER == null))
- {
- // some code that sends an email
- }
to
- //some code that sends an email
Both variables above are date-only fields.
Any ideas?
Cheers,
John Whitney
Read More