var e = entry(),
Dsav = libByName("Devis Monaco <-> S.L.V.");
newDsav = new Object();
newDsav["I.D."] = e.id;
newDsav["Date"] = e.field("Date");
newDsav["Demande Urgente ?"] = e.field("Demande Urgente ?");
newDsav["Demande Num."] = e.field("Num.");
newDsav["Devis où Cmd."] = e.field("Devis où Cmd.");
newDsav["MONACO État de la Demande"] = e.field("S.A.V. État de la Demande");
newDsav["Num. D.I."] = e.field("Num. D.I.");
newDsav["S.A.V. Terminé le"] = e.field("S.A.V. Terminé le");
newDsav["S.G. Terminé le"] = e.field("S.G. Terminé le");
newDsav["Cde. Directe reçu le..."] = e.field("Cde. Directe reçu le...");
newDsav["Demandé par..."] = e.field("Demandé par...");
newDsav["Pour..."] = e.field("Pour...");
newDsav["Ou ?"] = e.field("Ou ?");
newDsav["Sous Contrat"] = e.field("Sous Contrat");
newDsav["Travaux"] = e.field("Travaux");
newDsav["B D Pièces"] = e.field("B D Pièces");
newDsav["Liste des Pièces"] = e.field("Liste des Pièces");
newDsav["Nombre de Tech."] = e.field("Nombre de Tech.");
newDsav["Photos"]=e.field("Photos").join();
Dsav.create(newDsav);
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mementodatabase/f3d9efab-7952-4d7d-a2c2-106eee4987d5%40googlegroups.com.
I let u know if it works
Thanks. I try make same library & field like your Giles Mons.I let u know if it works
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mementodatabase/69976f52-ad84-4d78-a1ae-cf33f4a640a5%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mementodatabase/69976f52-ad84-4d78-a1ae-cf33f4a640a5%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mementodatabase/69976f52-ad84-4d78-a1ae-cf33f4a640a5%40googlegroups.com.
Inn = libByName("Seller");
the script i put on Trigger as Create an Entry - before saving the entry.
result script error like this
when i change to newInn["Name"] = e.Name;
also gave the same error message
e = entry(),
o = libByName("Out");
newo = new Object();
//newo [] = e.field("");
newo["pic"]=e.field("pic").join();
o.create(newo);
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mementodatabase/4ec66dcf-3cb0-4199-87a4-b1c661e067ee%40googlegroups.com.
Ok tree this .. in Inn library...e = entry(),
o = libByName("Out");newo = new Object();
//newo [] = e.field("");
newo["pic"]=e.field("pic").join();
o.create(newo);
Gilles
atlasfr...@gmail.com
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mementodatabase/CAORXpsSRZVAkt8wNps-%3D7JKLqb2BREHYyGTKo67ZCA4N4pww4g%40mail.gmail.com.