Why do you need this change?
Hi, we have an app that checks prepayment amounts against outstanding amounts and would like to use the standard CalculateOutstandingAmountExclTax function in PurchaseLine.
We already use function in SalesLine as it is public in the SalesLine table, so having this public in the PurchaseLine table would help us.
Describe the request
- local procedure CalculateOutstandingAmountExclTax(): Decimal
+ procedure CalculateOutstandingAmountExclTax(): Decimal
Provide an implementation (optional)
Why do you need this change?
Hi, we have an app that checks prepayment amounts against outstanding amounts and would like to use the standard CalculateOutstandingAmountExclTax function in PurchaseLine.
We already use function in SalesLine as it is public in the SalesLine table, so having this public in the PurchaseLine table would help us.
Describe the request
Provide an implementation (optional)