📚 SAP Business One SDK Help

ChecksforPaymentPrintStatus Object
See Also  Members  Example

Description

Represents the print status of Checks for Payment.

Source table: CHO2.

Remarks

To display the form in the application:

Select Banking --> Outgoing Payments --> Check Number Confirmation.

Example

C#Copy Code
ChecksforPayment.PrintStatus.PrintStatus = ""V""; 
ChecksforPayment.PrintStatus.CheckNumber = ""1""; 
ChecksforPayment.PrintStatus.DocEntry = ""1""; 
ChecksforPayment.PrintStatus.LineNumber = ""1""; 
ChecksforPayment.PrintStatus.PrintedBy = 0; 
ChecksforPayment.PrintStatus.Count;

See Also