Share via


SalesFormLetter_FreeText.parmScreenOutputCount Method [AX 2012]

Gets or sets the number of documents that have been printed to the screen.

Syntax

public int parmScreenOutputCount([int _screenOutputCount])

Run On

Called

Parameters

  • _screenOutputCount
    Type: int
    The number of documents that have been printed to the screen; optional.

Return Value

Type: int
An integer that indicates the number of documents that have been printed to the screen.

Remarks

This method should only be called for special scenarios where it is possible to print many Free Text Invoices to the the screen.

Doing so can freeze the client and this provides the ability to redirect output to PDF files. The FreeTextInvoiceControllerclass calls this to handle the scenario when printing Free Text Invoices in bulk from the list page.

See Also

Reference

SalesFormLetter_FreeText Class