@RC2020 This one has two oddities with it. One I can solve and the other I can’t, but it works without it.
- When you open field help it shows the field as BreakListCode and you have to set it and PriceListCode
2, When a trace is run it shows BreakListCode AND PriceListCodeDesc being updated, but PriceListCodeDesc is not in the database and I can’t update it.
I am sure there are ways around that as it looks like it is in the dataset and probably could be changed that way, but my ABL skills never go there. The good news it that if you set both codes as I did the the new advanced UBAQ attached it changes the display when you refresh the order.
This UBAQ uses advanced only updating with ABL coding, so you do not regenerate the bpm code, just edit the ABL validate it, save and get list to test. You will need to add SysRowID to your baq as that is what is needed to find the row you want to update.
UBAQ905Sample-advanced.baq (21.9 KB)

