I want to check if any fields in the Sales Order(Sales Header and Sales Line) have been modified.
How to do that without writing the same code/call a function in all fields? Is there a simple way to do that without writing the same code repeatedly in all of those fields for the two tables?
0
Answers
AnyFieldModified := Format(Rec) <> Format(xRec);