I have a 1:N relationship between Account to custom entity Product.
I'm generating the product name based on the Account display name + couple other fields using a Plugin. But issue is when the Account name is changed (Account level), the lookup display name is changing (on Product Entity) but the plugin is not triggering to generate the new name.
Please suggest a solution.
Thanks!!
*This post is locked for comments