A couple of years ago I wrote a utility for the community tool Dynamics-365-Workflow-Tools to retrieve the selected values of a multi-select optionset attribute within a workflow. I have now extended this utility to also provide the corresponding labels. By the way, by multi-select optionset I mean the Choices column type based on the new … Continue reading Get choices names in workflows
Tag: Dynamics-365-Workflow-Tools
Adding items to a Multi-select Option Set in workflows
In this article, we will see how to add items to a multi-select option set attribute within a workflow using the community utility Dynamics-365-Workflow-Tools SetMultiSelectOptionSet. In the above workflow, the customer (related opportunity account) Business Regions will be added to the Opportunity. If this opportunity already has some values, they won't be removed. The "SetMultiSelectOptionSet" utility … Continue reading Adding items to a Multi-select Option Set in workflows
Updating multi-select option set attributes in workflows
In this article we will see how to update a multi-select option set attribute within a workflow using the community utility Dynamics-365-Workflow-Tools SetMultiSelectOptionSet: Set default values for a multi-select option set attribute Before getting into the details, notice I have written another couple of articles to copy multi-select options attributes and getmulti-select options attributes in workflows. In our … Continue reading Updating multi-select option set attributes in workflows
Getting multi-select option set values in workflows
In this article we will see how to get the values of a multi-select option set attribute within a workflow using the community utility Dynamics-365-Workflow-Tools GetMultiSelectOptionSet: Sample workflow retrieving multi-select option set values Before getting into the details, notice I have written another couple of articles to copy multi-select options attributes and update multi-select options attributes in … Continue reading Getting multi-select option set values in workflows
Copying multi-select option sets in workflows
One of the new features in Dynamics 365 Customer Engagement / CDS is the multi-select option set attributes. This is a new type of attribute like Single Line of Text, Image, Whole Number, etc Dynamics Attributes Types Unfortunately multi-select option sets got some limitations: Cannot be used in the form headerCannot be used in the Business … Continue reading Copying multi-select option sets in workflows