Page 1 of 1
Related Documents Browser Compatibility
Posted: 11 Jan 2017
by mcgaafar
Hi,
I was trying to apply the example illustrated on this post:
http://spform.com/forms-designer- ... ick-upload
I couldn't get it to work inside IE or Edge as long as the render is set to "Client", however it works fine in chrome. it only works inside IE and Edge when the render is set to "Server", however as you know this doesn't refresh the related documents unless the user explicity click on the refresh link created by the server, so it's not a user friendly scenario, is there a way to get it working cross browser with the render set to "Client"?
Appreciate your help
Re: Related Documents Browser Compatibility
Posted: 13 Jan 2017
by Dmitry Kozlov
Hi,
I have tested the case in both IE11 and Edge, and it works fine. Here is my code:
Code: Select all
fd.updateDroppedDocuments('.related-docs', {
Lookup: GetUrlKeyValue('ID')
});
Please, make sure that you don't have JS-errors in the browser console.
Re: Related Documents Browser Compatibility
Posted: 15 Jan 2017
by mcgaafar
Not working except for google chrome, here's a snapshot of my environment:
Windows 10 pro 64 bit
Office 365 Enterprise E3 and E5
Microsoft Edge 38.14393.0.0
Microsoft EdgeHTML 14.14393
Internet Explorer 11 version: 11.576.14393.0
Re: Related Documents Browser Compatibility
Posted: 17 Jan 2017
by Dmitry Kozlov
Are you getting any JS-errors in the console? Is it possible to provide temporary access to the site? If so, please, send to
support@spform.com.
Re: Related Documents Browser Compatibility
Posted: 17 Jan 2017
by mcgaafar
Thanks for your reply, I found out that the list was displaying in the new SharePoint experience, however the forms (new, edit and display) are all opening as normal with my custom "form designer" forms. I enforced the list experience to display in classic view from the list settings, and it finally worked on all browsers.
Is there anyway i can use this feature on a new form? I searched a lot on the blog and here on the forum, and i was totally lost regarding this matter, appreciate your help.
Thanks
Re: Related Documents Browser Compatibility
Posted: 17 Jan 2017
by Dmitry Kozlov
Re: Related Documents Browser Compatibility
Posted: 17 Jan 2017
by mcgaafar
Thanks again, i already visited both links during my search, however both articles do not cover my case, i want to use a related document via drag and drop on the new form not a related item via a new pop up form, is it possible?
Thanks