how can I add new Item with 2 parentID
Posted: 16 Mar 2014
Hello ..
I have 3 list .. agremnt , LIC and Invice ..
I want to link Invoice with the agremnt and LIC list ..
I try to use this :
http://spform.com/office-365/crea ... office-365
but I have 2 field that I need to link it one from LIC and the other from agremnt ..
I try to use it like this :
var licID = fd.getSourceID();if (licID) { fd.field('licID').control().value(licID); $('.licIDhid').hide();}
var agremntID = fd.getSourceID();if (agremntID) { fd.field('agremntID').control().value(agremntID); $('.agremntIDh').hide();}
but it faild !
It shows the same ID for both feild agremnt and lic ..
thank you ..
I have 3 list .. agremnt , LIC and Invice ..
I want to link Invoice with the agremnt and LIC list ..
I try to use this :
http://spform.com/office-365/crea ... office-365
but I have 2 field that I need to link it one from LIC and the other from agremnt ..
I try to use it like this :
var licID = fd.getSourceID();if (licID) { fd.field('licID').control().value(licID); $('.licIDhid').hide();}
var agremntID = fd.getSourceID();if (agremntID) { fd.field('agremntID').control().value(agremntID); $('.agremntIDh').hide();}
but it faild !
It shows the same ID for both feild agremnt and lic ..
thank you ..