📚 SAP Business One SDK Help

CardCode Property
See Also 

Description

Sets or returns the business partner identification number in SAP Business One.

Field name: CardCode.

Length: 15 characters.

Property type

Read-write property

Syntax

Visual Basic
Public Property CardCode() As String

Remarks

SAP Business One validates the CardCode, and if not valid, returns an error code.

To create a receipt that matches to the invoice, set the following properties: CardCode, AccountCode, InvoiceNumber, CreditAmount or DebitAmount that must be equal to the invoice amount, and PaymentCreated.

See Also