FormLetterServiceController.mustPrintInAfterOperation Method [AX 2012]

Indicates whether printing must occur in the after operation instead of in the service.

Syntax

protected boolean mustPrintInAfterOperation()

Run On

Called

Return Value

Type: boolean
true if printing must occur in the after operation; otherwise, false.

Remarks

Printing to a client target cannot occur from a service; therefore, printing must be performed in the after operation method.

See Also

Reference

FormLetterServiceController Class