📚 SAP Business One SDK Help

DownPaymentsToDrawDetails Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property AmountToDrawThe net amount (without tax) drawn to the invoice for this line.

Field name: LineTotal

Public Property AmountToDrawFCThe net amount (without tax) drawn to the invoice for this line in foreign currency.

Field name: TotalFrgn

Public Property AmountToDrawSCThe net amount (without tax) drawn to the invoice for this line in system currency.

Field name: TotalSumSy

Public Property CountThe number of downpayment detail lines in the collection.
Public Property DocEntryAn internal key to the down payment document.

Field name: BaseAbs

This is a foreign key to the Documents (down payments) object.

Public Property DocInternalIDA key to the invoice for which the down payment is used.

Field name: DocEntry

This is a foreign key to the Documents (invoices) object.

Public Property GrossAmountToDrawThe gross amount (with tax) drawn to the invoice for this line.

Field name: Gross

Public Property GrossAmountToDrawFCThe gross amount (with tax) drawn to the invoice for this line in foreign currency.

Field name: GrossFc

Public Property GrossAmountToDrawSCThe gross amount (with tax) drawn to the invoice for this line in system currency.

Field name: GrossSc

Public Property IsGrossLineIndicates whether the gross amount was entered and all other fields were calculated based on the gross amount.

Field name: IsGross

Public Property LineTypeThe type of detail line.

Field name: LineType

Public Property RowNumThe row number of the parent DownPaymentsToDraw object within its collection.

Field name: LineNum

Public Property SeqNumThe sequence number of the current drawn payment detail in the collection.

Field name: LineSeq

Public Property TaxThe part of the drawn downpayment in this line to be used for tax.

Field name: VatSum

Public Property TaxAdjustTaxAdjust
Public Property TaxFCThe part of the drawn downpayment in this line to be used for tax in foreign currency.

Field name: VatSumFrgn

Public Property TaxSCThe part of the drawn downpayment in this line to be used for tax in system currency.

Field name: VatSumSys

Public Property VatGroupCodeThe tax code to which this downpayment line applied.

Field name: VatGroup

This is a foreign key to the VatGroups object.

Public Property VatPercentThe tax rate for the tax code in the VatGroupCode property.

Field name: VatPrcnt

See Also