Validation error when adding role to user with dashes in username
Hi,I'm trying to add a role to an user i episerver CMS Admin but i'm getting an error when trying to save "Invalid email". The user I'm trying to add a role to has dashes in the email and username...
View ArticleCategory AssetLink Id is always 0
I create an asset for a specific category (CMS -> Commerce -> Catalog -> select a category -> select All Properties -> Assets -> Add Media), indicate the name of the group. Then...
View ArticleSaving of content as SaveAction.CheckIn skips Approval Process
Hi Episerver Community, my first post here.Im programatically saving Content Images (ImageData) with the code:_contentRepository.Save(media, SaveAction.CheckIn);This saves the Image content sucessfully...
View ArticleForm Upload Access Rights
Hello,I have a group that was created before I inherited our site, which allows members to view/download form-uploaded files. I tried to create another group, with the same exact access rights as the...
View ArticleHow to Remove CommerceMedia From CommerceMediaCollection
var commerceMediaToRemove=writableCommerceMedia.FirstOrDefault(x => x.AssetLink.Equals(contentLink)); writableCommerceMedia.Remove(commerceMediaToRemove); // this returns falseDoes anyone have any...
View ArticleGroup to Create Promotional Codes
I would like to create a group for users with permisions to only generate promotional codes. Is this possible? I created a group called "Generate Promo Codes", added the users to that group then...
View ArticleEpiserver Find Typed search and fallback languages
We have a customer that has limited content available in English. If content is not available in English then they want to fallback to Dutch. So far so good, and in the CMS itself this works fine....
View Article.Net Core timeframe
Hi,We are looking at trying to run the front end site under .Net Core on a seperate server to the editing and admin site that still has the dependency on .Net Framework and would like to know if this...
View ArticleEPiServer CMS 6 R2 and TLS 1.2
Hi,Has anyone had any experience of using TLS 1.2 with CMS 6 R2?The site is .NET 2.0 but I believe this is possible based on this post...
View ArticleHowto: Display the tree list of CRM pages in a custom view
Hi FolkI'm currently implementing a new block with a view. I would like to display the list of pages in the CRM on that new view so the user would be able to select some of these page for further...
View ArticleFrequency of EpiServer Scheduler?
We have implemented a scheduled job that checks for new items in an external datasource and adds any new items to the Episerver Find Index. Since the external feed isn't updated very often this job...
View Article404 Handler logging HttpException
CMS 11.10.6404Handler 11.1.12We are getting the following HttpExceptions being logged for 404 and 301 statuses :The controller for path '' was not found or does not implement IController.The BVNetwork...
View ArticleoEmbedMetaEditor.js not found in Multisite
Hi,we are running a multisite. Latest epi 10.With one of the sites, when i try to edit a block, i get oEmbedMetaEditor.js could not be loaded and the whole UI craches.When i look at the path from where...
View ArticleServer unavailable when search query with sorting runs
We have a search in our website implemented using EPiServer Find. It has a sorting option such as 'Sort by number of views' which is based on a int property. Strange thing is this sorting works for...
View ArticleDatetime format in CMS edit mode
Hi Team,I have created "Datetime" property in one of my page type and i want to display "dd/mm/yyyy" to the editors but it is always showing in "mm/dd/yyy" format. Below are possible configuration...
View ArticleLineItem removed from PurchaseOrder after orderRepository.Save
Hello I'm using Commercer 12.8.1I have also tried to update to Commerce 12.17.2, but the issue is still the same with newer version.The goal: Change products on a created Purchaseorder (Add / Remove /...
View ArticleNullreference exception in...
Hi,I'm running into following error when I have more products that apply to a discount than I have available redemptions.In this case I'd have expected that the discount would only be applied on the...
View ArticleSupport SVG files in edit UI
Inserting svg files in properties marked with UI hunt "Image" makes an nullref error in the logs, and the image looks broken to the editor. Ref:...
View ArticleNo highlighting of HTML content?
Hi,Is highlighting with AsHighlighted not supported on indexed content that contains HTML tags? I am getting a search hit on the content document, but the value returned from AsHighlighted is empty. If...
View ArticleRequired field validator different behavior client/server-side
Because of an issue with spam prevention we found out that the behavior of the Required field validator on Text controls in EPI Forms is different on the client and server. When enabled with...
View Article