I'm trying to use the Zoho scheduler to remind employees of jobs that are 2 months out (from current date). I'm using the custom schedule option. So, I'm trying to first fetch records with the following criteria (in the fetch records GUI):
zoho.currentdate.addMonth(2) >= Job_Date1
Job_Date1 is the date field in my Jobs form. It's listed as a "Criteria Fields" in the fetch record GUI, but its not in the "Variables" area of the GUI. I assume that it needs to be in the Variables area which is why I get an error "Variable Job_Date1 is not declared". But how do I get it in there? Or, is there a simpler way to do what I want?
Thanks,
Erik