Take the community feedback survey now.

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Syndicated blog - Posted on: Feb 02, 2019

    In this blog post I'm sharing a little sneak peek of the editor experience working with an enterprise DAM like Digizuite integrated into Episerver. Early February 2019, at the Episerver Partner Close-up in Stockholm, you can visit Digizuite stand ...

  • Posted on: Feb 01, 2019

    In Commerce 10.1, we added a feature to allow you to exclude items from the promotion engine. Some items - such as gift cards - can be seen as "money" and should never be discounted, or used as a condition to calculate other discounts. That is a...

  • Posted on: Feb 01, 2019

    In the next release of CMS UI (11.17.0) , we will be releasing some enhancements for waste baskets. The enhancements are small, but hopefully they will help editors while working with the waste baskets. 1. Adding more information about each item...

  • Posted on: Feb 01, 2019

    When you are dealing  with Active directory to handle your authentication you need to make sure that it passes right roles to your application.  In case of Federation Security  you need to pass the roles as series of "role" claims.  Note: System.S...

  • Syndicated blog - Posted on: Jan 31, 2019

    While researching about how to get all blocks of an specific type we found that the only available solution was to use the ContentModelUsage API . However, if some of the blocks are not referenced in a page this API will not be useful. Moreover, i...

  • Syndicated blog - Posted on: Jan 31, 2019

    This will be a very simple blog post but it might come in handy when you want to add (complex) logic to validate property list items with a custom class. Let’s presume we have a page with a property list of type CustomData . [ContentType(GUID =...

  • Syndicated blog - Posted on: Jan 31, 2019

    In the latest version, you still have a repository. However, instead of using a class, you should ask for an interface - IScheduledJobRepository . It still has the same set of methods: Get(Guid id):ScheduledJob Get(string method, string typeName,...

  • Syndicated blog - Posted on: Jan 30, 2019

    While working in a project for a client, we had to develop a media importer process which had to save several Pdfs and Excel files to the CMS. The files were inside a zip file in conjunction with a json configuration file which details the...