Table of Contents

Codeunit "ForNAV Print"

ID 6188558

Events

OnFilterDirectPrinters

Use this event to filter the list of direct printers available to the user in the request page. This enables you to have user specific printers.

[IntegrationEvent(False,False)]
procedure OnFilterDirectPrinters(CloudPrinterName: Text, LocalPrinterName: Text, var RemoveFromList: Boolean)

Parameters

Name Type Description
CloudPrinterName Text

Name of the direct printer.

LocalPrinterName Text

Name of the local printer used by the direct printer.

RemoveFromList Boolean

Set this variable to true if you want to remove the printer from the list.

See also