"Invalid Ticket Id" error message in Zoho recruit.
I'm trying to use "updateRecord" in deluge through Zoho recruit but I keep getting an error that says "Invalid Ticket Id".
- candidate = Map();
- candidate.put("Owner",zoho.loginuser);
- zoho.recruit.updateRecord("Candidates", recordId , candidate);
I also tried this with getRecords but I get the same error.
- zoho.recruit.getRecords("Candidates");
This error seems to be only happening with Zoho recruit.