
Is there a way to copy custom fields from one entity to another?
As an example;
Have a field in the account section that is linked to a field in the Locations entity and vice versa.
Is this possible to do? If so what would be the easiest way to do so (preferably without having to do anything with JScript)?
*This post is locked for comments
I have the same question (0)If there is a lookup field on one of the entity then you can use that to update the record selected in the lookup
I would use a workflow to update the other entity
if the custom entity is a many to many relationship the you will need to create a plugin or use javascript