Hi Expert,
I created a new field which has several options (A,B,C,D) in the customer table.
If option is A then, change the salesperson code from x to y.
"Account Type" := Customer."Account Type";
If "Account Type" := "Account Type":: A Then
xxxxx
The salesperson code has changed, but it also change the type which is B,C,D.
Please advise! Thank you