#featureflags

Posts tagged with this topic.

Dynamics CRM: Implement Feature Flags in Plugin

Dec 24, 2021

"Feature flags" is a mechanism to set the on/off for a feature without changing the code. You can learn more about this from a blog post here. With the Environment variable in place (previously many organizations created their own Config Table), we can implement Feature flags in...