Decimal metafield using MetaFieldBuilder
Hi,I'm trying to add a metafield to the cls_organization table, by using the MetaFieldBuilder. Now, creating most of the fields works fine, however, I am not able to create a decimal with a specific...
View ArticleIssue with Applying filter on null content
I have an EPI find query as belowmultisearch = multisearch.Search<GenericPage, SearchHitResult>(s => s.FilterForVisitor().Filter(f =>...
View Articleepiserver file upload in Form container not working
Hi, I've made a Form container with some text, text area, selection,...and File upload with limit to 20MB. When the form is published and I upload the file it seems okay but when I submit and receive...
View ArticleAfter Updating Episerver to latest version - No owin.Environment item was...
Hi,After upating the packages to the latest version and on hosting the solution in IIS Server, I am getting this error .No owin.Environment item was found in the context.When apicontrollers are hit...
View ArticleEPiServer.Find.LambdaExpressionExtensions._cache keeps growing indefinately
The private static field EPiServer.Find.LambdaExpressionExtensions._cache keeps growing indefinately even when executing the same query and receiving the same result over and over. This will eventually...
View ArticleVisitor Groups criteria with load balanced env
HelloWe use episerver CMS site 10.5 version. There are configured visitor groups criteria content (user IP criteria) - block with settings which are used in custom frontend widget (some booking...
View ArticleBookmarks feature in Episerver
Hello,I have a requirement to implement bookmarks feature in EpiServer. So when a user logs in, he could mark a content as favorite.I will be storing userid and corresponding content id in a table....
View ArticleCustom visitor group criterion state storage in Epi 10
I want that visitors can see content only if the URL contains a specific key and value in url-parameters, for example `?clienttype=business`.For that i have created following classes.Setting...
View ArticleFind for text having special characters
Do we have a list of characters that are reserved or not expected to be part of string search?Reason: I have some pages that start with "@" and If i have two pages with similar name, one that starts...
View Article"IExtendedProperties" on payment disappear after saving cart as a purchaseOrder
Hi Forum,I have a question about "IExtendedProperties". After saving a cart as a purchaseOrder, the values added to "IExtendedProperties" on payments disappear.Is it a bug or intended behavior. Do I...
View Article"First time" file upload failing
Experiencing a bug when uploading a file for the first time on an EpiServer page.Using the "+"-button as the image shows:I get the following result with the "Content type "DocumentFile" is not...
View ArticleHow to enumerate blocks of contentarea in view to render?
How to enumerate blocks of contentarea in view to render?e.g.@Html.PropertyFor(block1 of contentarea)@Html.PropertyFor(block2 of contentarea)I tried to use...
View ArticleEPiServer 11 - EPiServer.Search Shell.Search not working
There are atleast two search elements in the UI. The one Im refering to for this case is the one located in the top menu. (The magnifying glass)The issue is that "nothing" happens when you click on the...
View ArticleCacheEvictionPolicy - non-obsolete way to set expiration?
The constructor for CacheEvictionPolicy that takes a TimeSpan expiration is obsolete. It is also not possible to set the expiration on the CacheEvictionPolicy after construction. Is there a...
View ArticleDXC Deployments - Json Transfoms
In DXC we can use Web.config transforms to modify our web.configs for different environments e.g. production.My current project has json files which need transforms applied for various environments....
View ArticleISynchronizedObjectInstanceCache - how do I get all the keys in the cache?
Is there a way to get all the keys from an ISynchronizedObjectInstanceCache instance?
View ArticleSwish for Episerver DIBS payment provider?
Hi!We are currently using the Episerver DIBS payment provider found here: https://world.episerver.com/add-ons/dibs/Our customer would now like to implement Swish payments, could that be done with the...
View Article403 Using the Insights Profile endpoint
HelloI'm currently trying to hit our Insights Profile endpoint with Postman to retrieve a single profile but am only receiving a 403. In the Swagger documentation there is a Epi-User-Name header that...
View ArticleAdd new filters to Quicksilver
Hi!I am trying to figure out how filtering products in Quicksilver works.I have added a property to a variant:[CatalogContentType ( GUID = "D9181050-28AE-4B31-8498-B5D831F13610", MetaClassName =...
View ArticleAccessing the ~/modules folder in Azure
Hi!We have build a plugin to Episerver where we put views, js and css in the ~/modules/MyPlugin/ and it works just fine local and on a normal server. But when we deploy to Azure we get this...
View Article