Bound Fields Not Displaying Values

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.
image
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

So I found that my problem was not the bound fields - but rather the fact that I was using Currency Boxes instead of Numeric Boxes ??

In playing around with adding other fields from the dataset to the panel, I found that I could add the very data I wanted in a Text Box … then in a Numerical Box … and then added it in a Currency box again, and nothing

After playing around some more, I found that a Currency Box apparently requires at least the EpBinding and the Ep Binding Document fields to be bound for it to display a price…

1 Like