Engineering prod burden rate

When engineering a part, we would like to display the Resource_QProdBurRate of the resource that is selected [ECOOpDtl].[ResourceID].
This will help our sales team during the quoting process. Right now, they look at a spreadsheet with all of the costs.
Is there an easy way to do this?
Thanks!

This isn’t super easy but not too hard. The Resource table isn’t loaded into the ECO workbench by default. So you can’t just bind that field to a text control.

I’d probably code it, using BOReader.

You could also make a BAQ for it and use a BAQ Combo control. This avoids coding.

Thanks, I’ll look into that!

Just curious, I created a BAQ and then tried to tie that to a box.
In this picture the first box is the resource ID and the second is the cost.
It works when selecting Operation 10. Then the moment I select Operation 20, it doesn’t change. I stays with the first operation that was selected.
Is there a way to get it to change?

Sorry, image didn’t upload