additional property on dropped documants
Posted: 29 Jun 2016
Hello,
I have a small question about the related items, dropped documents function. we have a form with dropped documents inside. So we fill a relationship with the fd.updateDroppedDocuments function.
Can I add an additional property from the parent form to the dropped document? We use this code:
fd.updateDroppedDocuments('.transferdocs', {
Teilnehmernr: GetUrlKeyValue('ID')
});
Thanks a lot.
RAB
I have a small question about the related items, dropped documents function. we have a form with dropped documents inside. So we fill a relationship with the fd.updateDroppedDocuments function.
Can I add an additional property from the parent form to the dropped document? We use this code:
fd.updateDroppedDocuments('.transferdocs', {
Teilnehmernr: GetUrlKeyValue('ID')
});
Thanks a lot.
RAB