Hi, I want to ensure that when a sales document is auto assigned to an export license it only assigns the value and quantity available on that license. For example.
Sales order for Qty 10 value is $1 each ($10 total)
License A Qty 5 available Value available $100.00
License B Qty 50 available Value available is $2500.00
I want the license determination to take from
License A Qty 5 value $5
License B Qty 5 value $5
Right now our issue is it would assign as
License A Qty 5 value $10
License B Qty 5 value $0
Please advise.