SalesOrderCalculateVATDeviation Method |
Calculates the VAT deviation document amount according to the sales order options of the document type and distributes the document amounts.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool CalculateVATDeviation()
Public Function CalculateVATDeviation As Boolean
public:
bool CalculateVATDeviation()
member CalculateVATDeviation : unit -> bool
Return Value
Type:
BooleanTrue if there is VAT Deviation
DocumentAmountType in the sales order options and there is VAT
DocumentAmountType in the document amounts; otherwise False
See Also