i have an issue in this they can not make a project but function run successfully
id = clientid;
getclient = zoho.people.getRecordByID("P_ClientDetails",id);
info getclient;
name = getclient.get("Client_Name");
projectname = getclient.get("Project_Name");
Description = getclient.get("Description");
mymap = Map();
//mymap.put("ClientId",id);
mymap.put("ClientId",id);
mymap.put("Project_Name",projectname);
mymap.put("ProjectDescription",Description);
createproject = zoho.people.create("P_TimesheetJobsList",mymap);