Hello all,
Please give me an advise on bellow.
On contract entity I have a section where we specify the responsible group for that contract.
When I press + icon, it opens another window (responseble_group entity).
So I have 2 tables/2 entities. One for contract and one for responsible group.
As example:
the contract entity/table has following fields: contract_id,contract_name
the responsible_group entity : responsible_id,responsible_name, contract_id, contract_name
I have to write a plugin:
notification when the responsible_group is changed (deleted/added) on contract entity.
Do I have to write two plugins?
- one for delete/create responsible_group entity
-another for update contract entity
Any suggestion?






