Add | Adds a new data line to the object. |
SetCurrentLine | Sets the active row to a specified row number. |
Add | Adds a new data line to the object. |
SetCurrentLine | Sets the active row to a specified row number. |
Count | Returns the total data rows of the ChecksforPaymentLines object. |
CreditedAccount | Sets or returns the G/L account to debit.
Field name: CredAcct. Length: 15 characters. This is a foreign key to the ChartOfAccounts object. |
LineTotal | Returns the total amount (including tax) per row. Field name: LinesSum. |
RowCurrency | Sets or returns the currency for the row. Field name: LineCurr. Length: 3 characters. |
RowDetails | Sets or returns the row details. Field name: LineDitail. Length: 40 characters. |
RowNumber | Returns the current available row number (starts from 1). Field name: Line_ID. |
RowTotal | Sets or returns the total amount in the row. Field name: LineMoney. Mandatory property. |
TaxDefinition | Sets or returns the tax group for the row. Field name: Code. Length: 8 characters. This is a foreign key to the VatGroups object. |
TaxPercent | Returns the tax percentage according to the tax group (TaxDefinition). Field name: VatPercent. |
UserFields | Returns the UserFields object. |