Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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.