Hi all,
I'm facing on the issue about my add-on program in Sales Line form.
[Objective]
Set the total amount value to Sales header from Sales lines when the line amounts are updated.
*Total amount field is one of the add-on fields.
[Step]
I added the logic above to standard Update method in SalesLine table.
[Issue]
A collision between Standard and add-on program occurred because Standard has the logic to update line info referred to header info.
Therefore, the following error showed as a result.
"Cannot edit a record in Inventory transactions . An update conflict occurred due to another user process deleting the record or changing one or more fields in the record"
I really need the solution to prevent from this issue with satisfying my objective.
If someone has any advice, please let me know.
Best regards,
Yuka