Hello.
Is it possible to update data on “on before object is changed”, on the inserted table ?
I was thinking to make a custom even on the INVENTORY_PART_IN_STOCK_TAB table. Before inserting the new sql line, I wanted to update the LOT_BATCH_NO field, by doing something like this :
&NEW:LOT_BATCH_NO:=REPLACE(&NEW:LOT_BATCH_NO, ‘-*-*-1’, ‘’);
Thanks
IFS APP 10 UPD 5