TinyMce custom settings. Addsetting( ) with callback
Hi,When configuring tiny we can customize it like thiscontext.Services.Configure(config => { config.Default() .AddSetting("media_dimensions", false); });But how do I configure if I want to customize...
View ArticleMixed mode authentication with Azure AD and AspNetIdentity
CMS 11.10.6Is it possible to configure mixed mode authentication using Azure AD (for CMS users) and AspNetIdentity (for website users) ?This mixed mode authentication example on Episerver documentation...
View ArticleHow to index special catalog(Not index all catalog) in episerver commerce
Hi,My site have five catalogs and each time i ran a job import to import new data for per catalog and then i call the method BuildIndex(false) in order to incrementally updates the indexThis method...
View ArticleCan we limit the number of options user can select in checkboxes created by...
Can we limit the number of options user can select in checkboxes created by SelectMany attribute in edit mode? I have created the checkboxes as explained in...
View ArticleSorting of usergroups
Usergroups are not sorted by name. We are using ADFS with WS-Federation. Roles are synchronized using the ISynchronizingUserService.No providers are configured. Web.config settings for the membership-...
View ArticleHow A/B testing affects performance
Hi, We are currently investigating some performance issues for a client, and it seems like the issues only appears once one or more A/B tests are running on the site.When we set up A/B tests we get a...
View ArticleSelecting default data source of a form
Hello,I have a custom form container that is inherited from FormContainerBlock. How do I set its default data source to an existing implementation of IExternalSystem? I want every instance of this form...
View ArticleAutomapper custom resolver throws null exception in...
Hi,We are using AutoMapper in our Commerce site. While mapping from the custom model to an EPiServer Model(VariationContent) throws a below error. Adding to that vice versa works properly. Also In...
View ArticlePossibility to add new columns in CMS Commerce -> Catalog -> Listing Page
Could you please take in considerations to provide the ability of customizing data dispalyed in the Catalog UI for item listing?A client has requested us to customize the Catalog UI adding a "Display...
View ArticlePossibility to update the Primary Category on Product view in Catalog UI
Could you please take in consideration to provide the ability of editing Primary Category in CMS: Commerce -> Catalog in a similar way of how Additional Categories are edited?We have a client that...
View ArticleEpiserver nuget service down?
Trying to push a build to INTE and the nuget restore is failing. Site/service seems to be down.
View ArticleSet an organization address as customer...
HiI am working with Commerce 12.15, I am trying to set the PreferredBillingAddress/PreferredShippingAddress for a customer. The problem I am facing is that when I try and set an organization address as...
View ArticleHow to only allow show video and External link fields in Property URL
Hi,i am use property Url but i just want to allow to show two options Video and Extarnal linkI try use UIHINT but it seems to be not workCan anyone have any solution to do that?Thanks,Thao Pham
View ArticleHow to Get all ContentReference by "Type" use SearchManager
Hi,I want to get all ContentReference by Type use SearchManager. But CatalogEntrySearchCriteria don't have filter by TypeCan anyone suggest me a solution?Thanks,Thao Pham
View ArticleRFC: Strange behaviour managing blocks / images
We are experiencing some behavior that we think is very strange.Reproduce steps: * Create a new block somewhere in the "For All Sites" * Create a page "A" * Use the block in a content area on page "A"...
View ArticleIndexcontent.aspx throwing permissions error on latest version
While setting up Search on a v11 instance, I noticed that clicking "Index content" in the admin section throws a permissions error. There was one other forum post which hinted at the admin role being...
View ArticleStrange behavior when editing links in TinyMCE
We have encountered some strange behavior when editing links in the TinyMCE editor. When creating a link using the "Page" radio button and entering "Remaining url" the information is not preserved...
View ArticleType 'Episerver.Marketing.Connector.Framework.Data.EntityProfile' is not...
Hi,I am facing the following problem. After an Episerver form (EPiServer.Forms.Implementation.Elements.FormContainerBlock) on a page is submitted and the page is reloaded, the following exception...
View ArticleForms submit - 6 second or more delay
We have a client using Episerver Forms (4.23). When submitting the form there is a good six second minimum delay before the Thank You page loads. They are using the Marketing Connector for Salesforce....
View ArticleTinyMCE custom styles not working inside PropertyList
I've a block, which holds a property list, and one of the property list properties is an XHtmlString, which invokes the TinyMCE control on the front end, but the list of styles that is present in the...
View Article