Zoho People Integration in Zoho Creator Through Deluge
Hello ,
I am doing zoho integration in zoho creator through deluge , I got the records when i am doing this:
zoho.people.getRecords("P_Task") ; , zoho.people.getRecords("P_Employee"); etc.
but i am stuck here when i want to get the LMS data which is a part of zoho people.
i tried this one also :
zoho.people.getRecords("P_Modules") ; ,
zoho.people.getRecords("LMS") ;
But it is giving me error that form name not found.
Thanks