I have a customization on (Sales) Order Entry with several panels that slide out when the price is set below a certain margin. At the top of the panel, I display a UD field with the calculated part cost and a field with the unit price that was entered.
Both are showing as zero, even though I can see that the Unit Price is not zero, and when I log the dataviews to the console, I see non-zero values for my UD field.
Both of these values are updated in a BO method (Erp.BO.SalesOrderSvc/ChangeUnitPrice) with the UD field updated in a post-processsing BPM.
Is there any reason why the fields on the slide out panel are not updated to the value it’s linked to in the data view? I even tried to set the epBindings to TransView values and set those right before the slider-open action… no dice