Fetch groups from Active Directory if total number of groups are more than 1000
Hi Experts,I have one query for you :- we have done integration for Identity management with AD to our application but when we are fetching group details from AD (from CMS) then we are not able to get...
View ArticleCollectionEditorDescriptor
I am following this article for user to create list items using block. https://world.episerver.com/blogs/per-magne-skuseth/dates/2015/11/trying-out-propertylistt/this article doesn't provide details...
View ArticleCopying (migrating) a field to another
Hi,I have a change in my page/block type and I want to migrate the data in the old field to the new one. How to do it?To elaborate more, before I had a ContentReference field on my page and now I found...
View ArticleImage Cropper package?
Hi,Some time ago I wrote a plugin that allows editors to crop images once they drag them to the page/block. As far as I know there no such a package available in the nuget repo. Is it something that...
View ArticlePublish Delayed Content Versions Job Issue - item not getting published
Hi ,Facing a weird issue where scheduled page is getting stuck and not getting published at scheduled time even though the Job "Publish Delayed Content Versions" is showing in the logs that 1 item got...
View ArticleQuickSilerv B2B: Error - "Invalid URI: The hostname could not be...
I am getting following error when I select on any of the section ('Air Tools', 'Automative').System.UriFormatException: Invalid URI: The hostname could not be parsed.Source Error:Line 56: }Line 57: var...
View ArticleEpiserver 7.5 - Web Service APIs
Hello. I've no previous experience of Episerver but have been asked to look at integrating with a client's Episerver 7.5 installation, ideally using Episerver's built-in web services.I'd be grateful if...
View ArticleShowing Expired Pages in the CMS search
HiIs it possible to show expired pages in the EPiserver CMS search results?To investigate I have set up an Alloy solution to use EPiserver search which gives me the basic built in search with full text...
View ArticleThe object has not yet been initialized. Ensure that...
Hi!After doing a test upgrade to the very latest EPiServer version, along with 'EPiServer.Marketing.Testing 2.2.3', I'm now facing the following error when calling my own Web API:The object has not yet...
View ArticleCustom Login
Hello,I am going to make a custom login module for users who won't have anything to do CMS admin. Those users will have access to some certain parts of the website which the not logged in users won't...
View Articlecustom authentication module
Hello,I am going yo create a login module using my custom authentication module for member login. The scenario is as followsUser type in his info (username/password)User is verified using an external...
View ArticleWhich SQL table stores "Page Name in Web Address"
I am trying to locate where "Page name in web address" is stored in the episerver database, but I cannot find it.Can anyone help? /Martin Nilsson
View ArticleMenu link depending upon if we are logged in or not
Is there a way to show/hide an item in the menu depending upon the role or depending upon if you are logged into or not?
View ArticleAttach custom page under some already existing page
I have followed this https://world.episerver.com/blogs/Daniel-Ovaska/Dates/2016/6/creating-a-custom-login-page/ tutorial to create a custom login for my application. What I want is to attach this page...
View ArticleBest way to check if an image is an assest/IContent
Is there an API function to check if an file in a container has a corresponding IContent object? I would like to check if, for example, the file...
View ArticleMy Custom Notification Provider Will Not Execute
I have a custom INotificationProvider. It never triggers when a notification is sent.I have the class implemented at the most basic level I can:[ServiceConfiguration(typeof(INotificationProvider))]...
View ArticleMultiple actions inside a single page controller
So I have been trying to do the following thingsCreate a custom login for my website usersAfter log in user fo to there dashboard something like dashboard/indexNow I want to have sub views as...
View ArticleIndexingService configurations
Hi,Anyone that knows how to configure IndexingService? We are trying to make it work in a load balanced environment. It worked fine in the load balanced test environment but in production environment...
View ArticleUnderstanding blocks
So I am trying to create my first block. The idea of this block is to get latest news from an api end point and then show it on different pages on the website. What I have understood is thisCreate a...
View Article