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
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...
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...
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...
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...
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...
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...
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...
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...