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
  • Posted on: Aug 20, 2026
    star star star star star

    Example Error :  Microsoft.Data.SqlClient.SqlException (0x80131904): The DELETE statement conflicted with the REFERENCE constraint "FK_tblContentSoftlink_tblPropertyDefinition". The conflict occurred in database "XYZ-epicms", table "dbo.tblContent...

  • Posted on: Aug 20, 2026
    star star star star star

    The following queries retrieve details from the CMS database. Make sure to try these queries locally first.    Step 1 — Discover your content type bases first: ``` SELECT Base, COUNT(*) AS TypeCount FROM tblContentType GROUP BY Base ORDER BY...

  • Posted on: Jun 18, 2026
    star star star star star

    Action Required: Migrate Preview3 API Integrations to CMS REST API v1 Before August 1, 2026 If your SaaS CMS applications are currently using the Preview3 CMS REST API endpoints , please plan to migrate to CMS REST API v1 before August 1, 2026 . O...

  • Posted on: May 25, 2026
    star star star star star

    This is the latest installment in our ongoing series covering .NET version support for Optimizely products. If you've been following along, you may have read our earlier posts on this topic: Five, Six, Seven, (Eight) — Out With the Old, In With th...

  • Posted on: Apr 30, 2026
    star star star star star

    When you run .net app, there have been a few ways to store settings. Those can be set via appSettings.json, or via Azure Portal AppService Configuration. However those setting changes require a restart (or even worse, a re-deployment), which is no...

  • Posted on: Apr 21, 2026
    star star star star star

    Now available for both CMS13 and CMS SaaS We are excited to announce the  v1 release of our CMS REST API —a major milestone in delivering a stable, production-ready foundation for automating and integrating with Optimizely’s CMS. This release will...

  • Posted on: Apr 12, 2026
    star star star star star

    What's New in Optimizely DAM Integration 2.2.0 Version 2.2.0 of the Optimizely DAM (CMP) integration for CMS 12 is a pretty big release. Many of the improvements here come directly from customer feedback and real-world production observations. The...

  • Posted on: Mar 26, 2026
    star star star star star

    When the world  first saw how to create custom editors for Optimizely CMS  back in 2012, it was a game-changer for Javascript developers. For the first time, we could build custom property editors that made content editors' lives easier and more...