I am trying to create a Derived field that will hold the conversion rate for the default BUYuom.
Return (Item.UOMConversion when Item.ValidforBuying is "1")
I could not find a specific BUYuom conversion field so I am trying to go through the ItemUOM class and find the default buy value. I cannot figure out how to get the syntax right and not return a parse error.