📚 SAP Business One SDK Help

Payments_Checks 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 AccounttNumSets or returns the bank account number of the check.

Field name: AcctNum.

Length: 50 characters.

Public Property BankCodeSets or returns the bank code of the check.

Field name: BankCode.

Mandatory property.

Length: 30 characters.

Public Property BranchSets or returns the branch name of the bank.

Field name: Branch.

Length: 50 characters.

Public Property CheckAbsEntryReturns the absolute entry of this Check.

Field name: CheckAbs.

This is a foreign key to the Payments Object

Public Property CheckAccountSets or returns the G/L account associated with this Check Account.

Field name: CheckAct.

Length: 15 characters.

Public Property CheckNumberSets or returns this check number.

Field name: CheckNum.

Public Property CheckSumSets or returns the amount of the check.

Mandatory property.

Field name: CheckSum.

Public Property CountReturns the number of checks in this payment.
Public Property CountryCodeSets or returns the country code of the bank.

Field name: CountryCod.

Length: 3 characters.

This is a foreign key to the Countries table (OCRY) - not exposed through the DI API.

Public Property DetailsSets or returns a description of the check.

Field name: Details.

Length: 254 characters.

Public Property DueDateSets or returns the due date of the check.

Field name: DueDate.

Public Property ECheckSpecify whether the account is relevant for e-check functionality or not.

Field name: ECheck.

Public Property EndorsableCheckNoproperty EndorsableCheckNo
Public Property Endorseproperty Endorse
Public Property FiscalIDproperty FiscalID
Public Property LineNumReturns the number of the current line in the document.

Field name: LineID.

Public Property ManualCheckIndicates that the check number was entered manually.

Field name: ManualChk

Public Property OriginallyIssuedByproperty OriginallyIssuedBy
Public Property TrnsfrableSets or returns a valid value of BoYesNoEnum type that specifies whether or not the check can be transferred to a third-party.

Field name: Trnsfrable.

Public Property UserFieldsReturns the UserFields object.

See Also