PaymReceiptTaxInvController.initController Method [AX 2012]
Initializes the controller.
public void initController(
Args _args,
str _reportName,
boolean _showDialog,
[TaxUnrealizedDocuPrintLocation _location,
TaxUnrealizedDocuText _miscText,
NoYes _printDocumentSet,
TaxUnrealizedDocuPrintHeader _printHeader])
Run On
CalledParameters
- _args
- Type: Args Class
The arguments.
- _reportName
- Type: str
The name of the report.
- _showDialog
- Type: boolean
A Boolean value that indicates whether to display the dialog box for the report.
- _location
- Type: TaxUnrealizedDocuPrintLocation Enumeration
The location type.
- _miscText
- Type: TaxUnrealizedDocuText Extended Data Type
The description.
- _printDocumentSet
- Type: NoYes Enumeration
A Boolean value that indicates whether to print the document.
- _printHeader
- Type: TaxUnrealizedDocuPrintHeader Extended Data Type
The text of the header.
Community Additions
ADD
Show: