RE: Why are their inactive contacts in Subscription Lists
Hi, Chris
When a contact is set to be inactive, it does get retained in the subscription list.
For the inactive contacts can be re-activate again, if it is removed from the subscription list when it is inactivated, it will need to be re-subscribed when it is re-activated.
And in your case, if you are sure that you need to exclude all inactive contacts from the subscription list, a workflow can be created to achieve this.
- Go to Advanced Settings > Settings > Processes. Create a Workflow targeting to the Contact entity.
- Set the “Start When” option as “Record status changes”.
- Add a condition that status = inactive.
- Import a solution of Dynamics-365-Workflow-Tools.
Here is the link and introduction.
GitHub - demianrasko/Dynamics-365-Workflow-Tools: Dynamics 365 Workflow Tools is a Community solution that expands Microsoft Dynamics 365 (CRM) Workflow features with lots of new posibilities. This helps you to build very advanced Codeless solutions in CRM.
- Add a step – RemoveFromMarketingList.
- It can set only one List at a time in properties.
- After activating the workflow, when a contact in the subscription list has been set as inactive, it will be removed from the list.
There are also other ways to implement this, such as creating workflows with a target of Marketing List.
Here is an example: Auto Refresh Marketing List In MS CRM 4 Using Workflow « Muhammad Ali Khan (wordpress.com)
The exact trade-off depends on your needs.
If this helped you, I'd appreciate it if you'd mark this as a Verified Answer, which may in turn help others as well.
Best Regards,
Nya