📚 SAP Business One SDK Help

PriceAfterVAT Property
See Also 

Description

Sets or returns the item price after taxation. Field name: PriceAfVAT.

Property type

Read-write property

Syntax

Visual Basic
Public Property PriceAfterVAT() As Double

Remarks

You can either set the PriceAfterVAT property and let the application calculates the DiscountPercent property accordingly, or set DiscountPercent and let the application calculates the PriceAfterVAT property accordingly. But not both properties at the same script.

See Also