📚 SAP Business One SDK Help

Document_Installments Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method DeleteDeletes a specific installments before added to the document.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property CountReturns a value specifying the number of installments.
Public Property DueDateReturns or sets the due date of the installment.

Field name: DueDate

Public Property DunningLevelReturns the dunning level.

Field name: DunnLevel.

This is a foreign key to the DunningLetters object.

Public Property InstallmentIdThe ID of the installment.

The value, which is a sequence number, is unique for the installments for a specific invoice.

Field name: InstlmntID

Public Property LastDunningDateReturns the date, in which the last dunning letter was sent.
Public Property PaidToDateThe paid amount of the installment in local currency.

Field name: PaidToDate.

Public Property PaidToDateFCThe paid amount of the installment in foreign currency.

Field name: PaidFC.

Public Property PaymentOrderedIndicates whether the payment is ordered.

Field name: Ordered.

Public Property PercentageSets or returns the installments percentage within the total payment amount.

Field name: InstPrcnt.

Public Property TotalSets or returns the total payment amount based on the specified percentage.

Field name: InsTotal

Public Property TotalFCTotal amount in foreign currency.

Field name: InsTotalFC

Public Property UserFieldsReturns the UserFields object.

See Also