I have two entities
Account and Bookings: 1:N relationship
Account can have multiple bookings. I have billing facility field in both the entities. If both these fields in two entities have same value then these records should be associated. that means if i have 12 in account billing facility field and also having the same value in multiple booking records, then all the bookings should be associated to that account. all the bookings records with same value should be visible in bookings subgrid in account.
How can i do it?
Javascript-workflows or custom workflows or plugins?
*This post is locked for comments