get the price mode from the sales order line object?
From the object JiwaFinancials.Jiwa.JiwaSales.SalesOrder.SalesOrderLine I want to get the returned price mode, so whether it's Percentage, Actual or None (assuming the price has come from Debtor Specific price, Debtor Classification Price, Debtor Group price, etc).
I've looked in
and
Do I just need to whip up an SQL select statement to find the mode?
I've looked in
- Code: Select all
soLine.PriceSelected
and
- Code: Select all
soLine.PriceSelected.SourcePrice
Do I just need to whip up an SQL select statement to find the mode?