In the example below I want to loop through all records and set the updateID to a numeric value of 1 for group A, 2 for group B, etc.. Not sure how to accomplish this in X++? Thanks for any help.
SalesID |
Group |
UpdateId |
123 |
A |
|
124 |
A |
|
125 |
B |
|
126 |
B |
|
|
|
|
*This post is locked for comments
I have the same question (0)