x = 0;
for each b in ids.toList("|||")
{
a = zoho.crm.getRecordById("Contacts",b.toLong());
a1 = a.get("Owner").get("id");
m = Map();
m.put("Owner",a1);
//m.put("Custom",b.toLong());
// m.put("Custom",b);
c = zoho.crm.createRecord("CustomModule9",m);
x = x + 1;
}