#2396 - LogicHook after assign
Hello jason,
I have a new question for you (and this time i not manage yet to found a "hacky" solution).
Our project :
- We have team close to the example (docs/securitysuite/example-of-a-typical-setup)
- We have custom **Case** that are link with some **Compensations**
- We have a **Case** custom _EditView_, that allow adding **Compensations** on a **Case** and, if you're a manager you can change the **SecurityGroup** associated with the **Case**.
I want the compensation have the same **SecurityGroup** and _assigned_user_ than the Case.
So how to handler the updates ?
- In my custom view is quite easy : if i detect a change on a value, i just have to change the linked compensations
- But my problem is about the Mass Assign on the _ListView_... Is it something like an "after_save" logic hook for Security Group update???
If not, how would you handle this case ?
Best regards,
8 years ago