Hi experts, we want to replace the salesperson code A with new code B for the customer table. How to accomplish it in report? Thank you!
Customer.SETRANGE("salesperson code.","salesperson code.");
IF Customer.FIND THEN
...
*This post is locked for comments