Hope you are doing fine.
I am trying to update header field from OnModify trigger of lines table in which Header.OnModify(true) of Header Table.
Now we have two things which are :
We observed that a different extension have a table extension of Lines Table containing some logic in OnBeforeInsert trigger and in that they are modifying a text field of Header Table, It is working fine.
Now we also develop another table Extension for Lines table with OnInsert/OnBeforeInsert trigger and trying to update a customized datetime field of Header , It is updating , but what is happening on Lines subPage , when we come to next line It triggers OnModify trigger of Previous line (if change happened) and after completing trigger , Lines record jumps to previous line automatically.
I have attached video for more understanding .Please suggest something.
I have some queries in my mind (don't know , they can be reason behind it ) which are :
Two table ext having onBeforeModify and updating header table will create this issue and same for OnAfterModify?
Is using OnbeforeModify/OnInsert/OnAfterInsert on second extension will create this issue ?
This is related to LS but issue related to BC. Please Help..
Thanks in Advance.