How to hide/show property in all properties view based on selection of...
I need to be able to toggle a few properties on and off based on the choice made in another property of the same page. I need it to update the all properties view as soon as a change is made to that...
View ArticleRead-only catalog
In a scenario where the entire catalog is owned by a third-party system, e.g. a PIM, it would be nice if we could make the catalog read-only. Would it be possible to disable catalog editing alltogether...
View ArticleFind - Allow stemming when using Synonyms in a Typed search without...
Currently, stemming doesn't work in a Typed search when .UsingSynonyms() is used but .InFields() is not specified.For example, this breaks stemming:var result =...
View Articlechange UserName using Membership in the System.Web.Security
Hi!I want to change the UserName but its read only. var memberShipProvider = Membership.Providers["SqlServerMembershipProvider"]; var user = memberShipProvider.GetUser(providerUserKey, false);...
View ArticleForms - Customise "Display message after form submission"
Hi,I need to customise the "Display message after form submission" displayed to a user after submitting a form using EPiServer Forms. I have a message set already and I need to add a unique reference...
View ArticleProjectMessageNotifier: Input string was not in a correct format.
HelloAfter upgrade to 11.13, we are seing these in the error log. They show up sporadically and then in long series of repetition of same error.2019-11-29 12:25:54,110 [634] ERROR...
View ArticleEPiServer.Cms.Shell.UI.Rest.Projects.Notifications.Internal.ProjectMessageNot...
HiI'm seeing a lot of these errors on log file and they are logged about 5-6 times per second and continuosly for a duration of 1-1.5 hrs at random times during a day...
View ArticleCatalog update with service api performance issue
HejI'm currently working with a site where we have upgraded to the latest version of commerce (13.15) and service api (5.4.2). We are using the catalog service api to update the catalog with...
View ArticleUpgrading from Episerver CMS 9.7 to latest version of 11
Hi,Can you give advice on how to upgrade our 9.7 version of Episerver to the latest version of 11?Are there any breaking changes?How does the Database get updated?Etc, etc.Many thanks
View ArticleAdding blocks to TinyMCE using Inline Block edit
When editing a XHtmlString field on a block, using the Inline block edit, it seems not possible to drag and drop a block into the TinyMCE editor. Is there some other way of adding blocks to a TinyMCE...
View ArticleNeed help with Episerver Find filters
I have a search code as shown below that works fine. On the page where I show these result I have another content reference field that am displaying. I need to see if the search result contains the...
View ArticleEPiServer Find Content Indexing Job scheduled job:...
Hi,I have experencing an issue when i am trying to run the job EPiServer Find Content Indexing Job. This issue only happend on DXC enviroment and i can't reproduced on my local development environmentI...
View ArticleIntegrating Wordpress blogs to Episerver
Hello,I am not sure if this is possible.I have a EpiServer website which uses Epi Find for search feature. I have another word press site for blogs. Now there is an ask if we could integrate wordpress...
View ArticleSmall icons for custom form-elements
Hi,I created some custom form-elements and I whant to set the small icon shown in the form-element listings in Edit-mode. According to the documentation the icons are sett using the css class...
View ArticleList of pages that uses visitor groups
Hi, I'm trying to list all pages that uses visitor groups, similar to this report: https://world.episerver.com/blogs/Paul-Smith/Dates1/2011/8/Visitor-Group-Usage-Report/I tried this code which works...
View ArticleTesting episerver when working with multiple branches
I've got a question regarding how teams who are working on multiple code branches (development, feature 1, bug 3 etc) test these changes.We currently work against one development branch which then gets...
View ArticlePage reference property control in GuiPlugin?
Hello,We have created a GuiPlugin which appears in edit mode and this works just fine. Now I'd like to add a ProperyPageReferenceControl (I think that's the name of it, the same control that appear in...
View ArticleHow to add Cart Payment to Purchase Order Payment Option
Hi all,please help me to get on from this. I have requirement to add Payment from cart to Purchase order. For this I tried as below var purchaseOrder = _orderRepository.Load(orderRef); var cartPayment...
View ArticleProblem with search 'like'
I have noticed that after updating to latest version of EpiFind, I can't find any results using 'like'. For example, let's have a phrase "abcdef", then when I use UnifiedSearch with phrase "abc", it...
View ArticleBest practice for ContentDelivery API
Hello,I have an Episerver MVC site which is working. There is a need to expose some article pages to a third party app.The idea is to build a Content Delivery API so that the third party app can...
View Article