I have an Entity Account and Contact as an entity
Lets say 2 Account (Account A & Account B) & Contact
I want to trigger for Contact entity when a Specific Account (Account A) is linked with the contact
So that i can update a field in the contact
I tried using @relate.LINK_NAME or @relate.LINK_NAME.FOREIGN_ID
Somehow its not working for me.
Lets say 2 Account (Account A & Account B) & Contact
I want to trigger for Contact entity when a Specific Account (Account A) is linked with the contact
So that i can update a field in the contact
I tried using @relate.LINK_NAME or @relate.LINK_NAME.FOREIGN_ID
Somehow its not working for me.
Comment