Hi!
I would like to run some code on every new record of a table.
The INSERT trigger don't manage it because the lines are inserted by codeunits that do not run the trigger and I have no permisions to change them (Item Journal...).
Is there a way to do that?
In detail, I need to update a field on a table (50xxx) on every change of the item inventory. I thought to put the code on the INSERT trigger of the Item Ledger Entry, but how to run the trigger?
Waiting your thoughts!
Thanks in advance.
*This post is locked for comments