| Name | Value |
| InvoiceLink |
Specifies an invoice number hyperlink. If blank, the invoice
number will not be linked. See remarks for more information. |
| CustomerNumber |
Invoices for this ACCPAC customer number are displayed. |
| ShowCheckbox |
If "True", a checkbox will appear with every invoice number. The checkbox
form element name is "checkedinvoice" and the cheked value is the invoice number.
See remarks for more information. |
When the form is
posted, the array of checked invoice numbers can be obtained by calling
String[] arrInvoices = getParameterValues("checkedinvoice");