Hi,
I am new to CRM 2016 and I just want to have a notification in Marketing List form. When creating a new marketing list and I've added a particular member who is already a member to another marketing list, the form must have informed the user that the member
he has added is already in another marketing list. But it doesn't necessarily means that it can't be added to a new. I just want to have a notification. If someone can help me?
Here is my code but I've just found it from the internet anyway
function informUser()
{
Xrm.Page.ui.setFormNotification("One of your contacts are already belonged to another marketing list.","INFORMATION","2");
}
I have an example where the Members: Mem_01 and Mem_02 are already included in MarketList_1. And now I will create a new Marketing List named MarketList_2. There should have been a notification (encircled in the above image) that says "Mem_01, Mem_02
are already members from MarketList_1"
Thanks,
Justin Pardz