Could I have a trigger in one tables delegate class depending on another trigger in another tables delegate class?
An example:
I have an afterSave trigger in the dc of the first table which automatically populates fields in the second table. This works well.
If I now have a beforeInsert trigger in the second tables dc it only works if I insert fields in the second table directly.
Can I make it so that this also works automatically? Kind of a chain-reaction.
Thank you
Markus