Formatting unitprice in GridView Purchase Order

Hello

I need to set decimal value according to Currency code in Gridview of purchase order.

I tried AfterfieldChange of PONum but its not firing. I also tried using gridview initilized code and Set extended properties but its not working. It seems its overwritting.

Below is the screenshot for reference.

Also I want to know on top yellow mark there is multiple currency dropdown. How to get that even in customization. Where I can find this control in customization. Then I can check in this event whether its working or not.

If US$ then format I need is 2 decimal and if Euro then I dont need any decimal value.

How this can be achieve in Purchase Order Entry.

Thanks

would appreciate if anyone can let me know

thanks

You’ll have to setup the currencies for suppliers in the ‘supplier’ screen. These will all need to be specific to each supplier - you can then setup pricelists for each supplier on certain parts & enter price, whether its decimal or flat number. Or, if no supplier price lists setup you’ll have to enter these each time on purchase order entry.
image

Hi Tomas,

Yea but my concern is about decimal format to be set in PO level and not global (like in Currency master)

Only in PO, I need decimal as per currency. This is technical stuff to be done may be in customization.