CUSTOMMODULE OWNER

CUSTOMMODULE OWNER

Dear all, how are you?
I use this Custom Function to create inputs in a custommodule1 with the data from custommodule2, my question is: is it posible to create this new imput en the custommodule1 with the same custom module owner in the custommodule2?  
 
creandoaFact=map();
creandoaFact.put("Contenedor",input.cont);
creandoaFact.put("Booking",input.Booking);
creandoaFact.put("Cliente",input.Cliente);
creandoaFact.put("Ref Cliente",input.RefCliente);
creandoaFact.put("Tipo","GATE-IN");
creandoaFact.put("Forma de pago",input.FormaDePago);
res = zoho.crm.create("CustomModule12",creandoaFact);

PVU