Page 1 of 1

Related Items - Photo Library issue

Posted: 28 Sep 2018
by Roo
I've used related Items quite a bit and have never had an issue with them -- Until now.

Using the :
fd.updateDroppedDocuments($('.related-docs'), {
Event: GetUrlKeyValue('ID')
});

Function I can usually change a field in the child properties. However, No matter how many things I have tried I cannot update a related photo library child item.

Re: Related Items - Photo Library issue

Posted: 28 Sep 2018
by AlexZver
Hi!

Try an overload function fd.updateDroppedDocuments(), with its help you can set values of an uploaded item and update it.

Check this article: https://spform.com/javascript-framework ... ctionality

Re: Related Items - Photo Library issue

Posted: 01 Oct 2018
by Roo
Thats Great - it works perfectly