An OptionSet may not be a Picklist, but a Picklist is always an OptionSet. This is something I had to consider last week to fix an issue within the Dynamics Custom Emails solution and handle State and Status attributes correctly. The issue was caused by an unexpected cast from StatusAttributeMetadata to PicklistAttributeMetadata. Both classes inherits … Continue reading An OptionSet may not be a Picklist
Tag: Dynamics Custom Emails
Dynamics Custom Emails migrated to Github
Few years ago, I started a project in Codeplex called "Dynamics CRM Custom Emails", which allows you to send emails from a Microsoft Dynamics 365 / CRM process (e.g. workflow, action) based on an Email Template. Additionally, these emails can contain dynamic values for any entity (out-of-the-box or custom) and any type of attribute (e.g. … Continue reading Dynamics Custom Emails migrated to Github