id = strId.toLong();
recContact = zoho.crm.getRecordById("Contacts",id);
strContact = id;
strOwner = zoho.loginuser;
strServicename = "test";
mapService = Map();
mapService .put("Name",strServicename);
mapService .put("Contact",id);
mapService .put("Owner",strOwner);
create = zoho.crm.create("CustomModule7",mapService);
return "";
hundreds of combinantions. Sill cannot get it to create a record in module "CustomModule7" (API: "Service")
Anyone have any advice. I have exhausted my means.