
I would like to have multiple currencies show on a form. So for example, I need to have the both the originating currency (Yen) and functional currenty (USD) and show for each line item of our PO form. Is this possible?
*This post is locked for comments
I have the same question (0)The originating currency value is stored along with the functional currency value on the PO Line tables.
So - yes, you should be able to display this.
select * from POP10110
and you will see both currency values.
Ian.