📚 SAP Business One SDK Help

ChecksforPaymentLines 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 CountReturns the total data rows of the ChecksforPaymentLines object.
Public Property CreditedAccountSets or returns the G/L account to debit.

Field name: CredAcct.

Length: 15 characters.

This is a foreign key to the ChartOfAccounts object.

Public Property LineTotalReturns the total amount (including tax) per row.

Field name: LinesSum.

Public Property RowCurrencySets or returns the currency for the row.

Field name: LineCurr.

Length: 3 characters.

Public Property RowDetailsSets or returns the row details.

Field name: LineDitail.

Length: 40 characters.

Public Property RowNumberReturns the current available row number (starts from 1).

Field name: Line_ID.

Public Property RowTotalSets or returns the total amount in the row.

Field name: LineMoney.

Mandatory property.

Public Property TaxDefinitionSets or returns the tax group for the row.

Field name: Code.

Length: 8 characters.

This is a foreign key to the VatGroups object.

Public Property TaxPercentReturns the tax percentage according to the tax group (TaxDefinition).

Field name: VatPercent.

Public Property UserFieldsReturns the UserFields object.

See Also