Create option set ‘Member Type’ having values VIP, Govt. Employee, Professional, Student & option set ‘Priority’ having values High, Medium, Low. Use ‘Member Type’ option set on Account & ‘Priority’ option set on Contact. Create an intermediate entity to set priority of each member type. Task is to auto set the ‘Priority’ of Contact depending on ‘Member Type’ of Account.
Thanks ,it is solved.
HI,
Yes.
We can map field from parent entity to child entity when we create a child record using mapping in relationship behaviour. But your requirement is different.
docs.microsoft.com/.../map-entity-fields
Mapping will work only if Field data type, optionset values are same. But as per your requirement you need get the data from intermediate entity based on Memeber Type.
Thanks Bipin..
Can you please elaborate do i have to create 2 plugins one for account another for contact
Hi,
You can register your plugin on Post Update of Account Entity. Select Member Type in Filtering Attributes.
Plugin should get value of Member Type from Context ->Query Expresson/fetchXML to get Priority from intermediate entity based on Member Type value.
Fetch All contact records based on Account ID then loop thorugh these records and update contact with priority optionset.
Make sure you create new contact entity object to update priority. Do not use same entity which you get while fetching child contacts based on Account. This will ensure you only update Priority field on Contact.
You may have to create another plugin on Contact- When Contact gets created in system associated to Account then you should update Contact record Priority value from Parent Account member type intermediate entity.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Mansi Soni as our August 2025 Community…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Abhilash Warrier 100 Super User 2025 Season 2
Suresh Kulla 72 Super User 2025 Season 2
DAnny3211 54