Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
protected void addLineAmountToHeader(
    AmountCur _totalAmount, 
    TaxAmountCur _totalVATAmount, 
    AmountCur _totalAmountWithVAT, 
    Qty _totalQty, 
    TaxPackagingQty _totalPackagingQty, 
    Weight _totalGrossWeight, 
    Weight _totalNetWeight, 
   [Volume _totalVolume])
Run On
Server
Parameters
- _totalAmount
 Type: AmountCur Extended Data Type
- _totalVATAmount
 Type: TaxAmountCur Extended Data Type
- _totalAmountWithVAT
 Type: AmountCur Extended Data Type
- _totalQty
 Type: Qty Extended Data Type
- _totalPackagingQty
 Type: TaxPackagingQty Extended Data Type
- _totalGrossWeight
 Type: Weight Extended Data Type
- _totalNetWeight
 Type: Weight Extended Data Type
- _totalVolume
 Type: Volume Extended Data Type