Take the community feedback survey now.
Take the community feedback survey now.
Back in the days, we could use PrincipalInfo.CurrentPrincipal = PrincipalInfo.CreatePrincipal(...). In CMS 12, PrincipalInfo.CurrentPrincipal has become read-only.
When exporting Optimizely Form submissions in XLSX format, Optimizely will export page IDs instead of proper page links. This blog post will show you how to extend the XLSXDataExporter and export page links instead of just IDs.
When developing Optimizely websites, we usually have to create single-instance page types like Settings Page, Checkout Page, etc. There are many ways to implement this, so let's see the most popular ones.
Which companies have the most CMS and Commerce certified developers? Who are the top 100 contributors? Check out the latest Optimizely World Community Stats for 2021!
Episerver (now Optimizely) doesn't have any built-in scheduled jobs for deleting expired prices. So even though expired prices are not returned when using IPriceService, the PriceDetails table can become pretty big over time, and you might be aske...