📚 SAP Business One SDK Help

CheckLine Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AccountNumberThe account number for which the check was created.

Field name: AcctNum.

Public Property BankThe house bank code of the deposit.

Field name: BankCode.

Public Property BranchThe house bank branch of the deposit.

Field name: Branch.

Public Property CashCheckThe check with due date earlier than or the same as the date entered in the Considered Until field.

Field name: CashCheck.

Public Property CheckAmount

The total amount of the check. Field name: CheckSum.

Public Property CheckCurrencyThe currency of the check.

Field name: Currency.

Public Property CheckDate

The date of the check.

Field name: CheckDate.

Public Property CheckKeyThe key of the check.

Field name: CheckKey.

Public Property CheckNumberThe check number for printed checks. If the check is not printed yet this field displays 0 (=zero).

Field name: CheckNum.

Public Property CustomerThe code of the customer.

Field name: CardCode.

Public Property Deposited

The deposit status of the check.

Field name: Deposited.

Public Property FiscalIDproperty FiscalID
Public Property OriginallyIssuedByproperty OriginallyIssuedBy
Public Property RejectedByBankproperty RejectedByBank
Public Property Transferred

Indicates whether the deposit of the check is transferred to the next year or not.

Field name: Transfered.

See Also