How would Iinject Client Resources in a common Layout for only those pages...
How would I to inject Client Resources in a common Layout for only those pages that actaully contain an epi Form? If I add these to the header and footer, everything works. My concern is that I only...
View ArticleFetching Orders data based on Organization ID
Hi All,Is there any specific method to fetch all the orders data based on organization id.Can you please let me know if there are any existing methods or api's related to it.Regards,Manik
View ArticleNeed to track "Set Access Rights" activity
Hi,I want to track activity of the user for "Set Access Rights" section, Is there any way to create a custom logging for the same ?Kindly let me know if anyone has any usefull info to track the above...
View ArticleThumbnail requests keep going after picking image, slowing down the CMS
When I open an image picker from a Url property in the All Properties editor and navigate to a folder with a lot of images in it, Episerver requests thumbnails for all of these images. However, if I...
View ArticleExtending LinkItem
I have created a derived LinkItem class in order to extend it and add additional properties. I extended LinkItemCollection, and my custom property displays in the editor view of the page and the...
View ArticleGetting directory from PageFiles folder of EPiServer
I'm having some thoughts about how the EPiServer PageFiles system work. When I get a global file it's simple to get the correct directory, I just write:var dir...
View Article403 Error On CMS Provided Images
Within our site we have a number of areas where images, delivered from the CMS, are rendered on the pages. Recently we have been seeing a lot of instances where the images are not showing when the...
View ArticleError in FIND after update
Hello,Recently we have updated out Episerver version and also FIND version. Now FIND version stands at 13.0.4.We deployed at two server. One is testing and one is PROD. On testing everything seems to...
View ArticleAdd CmsAdmins claim in custom Owin middleware
Hello!I´m trying to get editor mode to work with a custom IODC provider solution we are using. I thought I´d try to add a CmsAdmins claim to the principal in an Owin middleware.* I based solution...
View ArticleHow to customize validation message for each field episerver form.
Hi,I want to implement custom validation message for each filed in form,Does anyone know if we can customize a validation message for each field? Now I have two textboxes (Name, Email), those are...
View ArticlePersonalisation + Validation
I've a 'ContentArea' with a 'LimitContentAreaItems' validator attribute attached, but my issue is that the editors may wish to personalize items in the ContentArea, but the validation attribute doesn't...
View ArticleHow to search for media in web forms solution?
Hi!I am trying to add a search to an episerver 11 web forms solution. I have added an episerver:searchdatasource to search for pages, and this works fine. But how do I search for mediafiles? I can't...
View ArticleWarehouse InventoryStatus Ignored
Can someone clarify (or point me to where it is already clarified) in the warehouse documentation what the difference is between InventoryStatus of "Ignored" and "Disabled"? (I have the knowledge that...
View ArticleTrim Content Versions job for Commerce catalog content
In CMS 11 we got the "Trim Content Versions" job for CMS content which uses the uiMaxVersions setting. Would be nice with a similar built-in job for Commerce content for cleaning up old previous...
View ArticleEpiserver Commerce: Variant Inventory view
In Episerver Commerce UI on the "Inventory" tab on the variant it would be nice if the warehouse code was shown in the view next to the warehouse name/location. Right now current columns is shown:...
View ArticleXForm into Block giving error
The Error is: The model item passed into the dictionary is of type 'Castle.Proxies.XFormBlockProxy', but this dictionary requires a model item of type 'XXX.Models.ViewModels.XFormPageViewModel'.at...
View ArticleCategoryListEditorDescriptor is not being called
Hello everyone,I have implemented the custom category list selector based on this...
View ArticleShow "submitted from" value in mail
Hi, In formsubmission has a coloum "Submitted From", shows which page the user submitted the form from.I am wondering is it possible to add this information in the mail (Send mail after...
View ArticleContentareas with the attribute [AllowedTypes(typeof(exampleBlockType))] does...
Hello!Example faulty scenario:Two contentareas, one with [AllowedTypes(typeof())] and one without and a pageType created from PageData- Unable to move page from non-decorated contentarea to decorated...
View ArticleHow to makes blocks searchable in episerver?
I have used below code for making blocks searchable.ContentIndexer.Instance.Conventions.ForInstancesOf<BlockData>().ShouldIndex(x => true);Why specific blocks are not searchable in edit mode?
View Article