문제

In SharePoint Online is it possible to get info from lists and users by adding Modern Script Editor Web Part to a page and writing javascript code?

I've found a few examples but none of them have worked so far.

This one for example:

https://social.technet.microsoft.com/wiki/contents/articles/37536.sharepoint-online-retrieve-list-items-from-sharepoint-list-using-javascript-object-model-jsom.aspx

And I get this error:

Uncaught ReferenceError: ExecuteOrDelayUntilScriptLoaded is not defined
도움이 되었습니까?

해결책

No, this is impossible. JSOM can only be available in classic experience. Modern Script Editor has limited functionality.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top