Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
The user running the scheduler does not have access to EPiServer pages. You therefore need to specify required accesslevel when fetching EPiServer data (GetPage, GetChildren etc).
For excample:
PageData aPage = GetPage(myPageReference, EPiServer.Security.AccessControlList.NoAccess);
Hi
I have created a scheduled job. It is working fine when I clicked on "StartMannually". But giving Object reference not set to an Instance of an Object"
what could be the reason. Can anybody help me.