I have created a custom entity which shares a relationship with the Account entity.
I have a number of fields on my custom entity Location Assignment form such as ZipCode(Single text), Role(Option Set), Country(Lookup) etc. Pretty much the same fields as in the Account entity.
my Scenario is:
On Create of Account record, query the “Location Assignment” entity with the values provided in the Zip Code, Role and Country and get the User and assign this record to that user.
If you find more than one record with the same combination, take the first record. If you don’t find any match take the User from configuration entity and assign that user by default..
Is this possible by implementing plugin code?
Thanks in advance
Chinnaiah
*This post is locked for comments