PreSaveAction is not working in SharePoint office 365 (2016)

痴心易碎 提交于 2019-12-12 04:37:13

问题


I am working on SharePoint office 365 (2016), and facing issue while adding custom validation in new item form.
Here scenario is complex, I can't handle by using Validation setting/formula. So I have choose custom JavaScript code.
As validation should be perform on click of Save button and PreSaveAction method successfully called but only in 'Classic Experience' but when user changed to 'New Experience' it won't call because of change of HTML structure of the form.
Does any one have an idea how to fix this issue? Thanks in advance!


回答1:


As stated in the documentation here jslink is not yet supported in the new experience. In order to support your customization you'd have to disable it.



来源:https://stackoverflow.com/questions/40738900/presaveaction-is-not-working-in-sharepoint-office-365-2016

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!