Table of Contents

Table "ForNAV Local Printer"

ID 6188510

Properties

Name Value
DataClassification SystemMetadata
Caption ForNAV Local Printer
LookupPageId "ForNAV Local Printers"

Fields

Name Type Description
"Cloud Printer Name" Text[250]
"Local Printer Name" Text[250]
Description Text[250]
Paperkind Option
Landscape Option
Color Boolean
Duplex Option
Copies Integer
"Paper Source Kind" Option
"Custom Paper Source Name" Text[250]
IsPrintService Boolean
Unit Option
Width Integer
Height Integer
"Scale Mode" Option
Scale Integer
Hidden Boolean
"Initial Job Status" "ForNAV Local Print Status"
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

SetValues

procedure SetValues()

PrinterPayLoad

procedure PrinterPayLoad(): JsonObject

Returns

Type Description
JsonObject

PrinterSetting

procedure PrinterSetting(): JsonObject

Returns

Type Description
JsonObject

GetLocalPrinter

procedure GetLocalPrinter(CloudPrinterName: Text[250], var LocalPrinterName: Text, var PrinterSettings: Text): Boolean

Parameters

Name Type Description
CloudPrinterName Text[250]
LocalPrinterName Text
PrinterSettings Text

Returns

Type Description
Boolean

GetLocalPrinter

procedure GetLocalPrinter(CloudPrinterName: Text[250], var LocalPrinterName: Text, var PrinterSettings: Text, var IsPrintServiceValue: Boolean): Boolean

Parameters

Name Type Description
CloudPrinterName Text[250]
LocalPrinterName Text
PrinterSettings Text
IsPrintServiceValue Boolean

Returns

Type Description
Boolean

GetLocalPrinterAndIsPrintService

procedure GetLocalPrinterAndIsPrintService(CloudPrinterName: Text[250], var LocalPrinterName: Text, var PrinterSettings: Text, var IsPrintServiceValue: Boolean): Boolean

Parameters

Name Type Description
CloudPrinterName Text[250]
LocalPrinterName Text
PrinterSettings Text
IsPrintServiceValue Boolean

Returns

Type Description
Boolean

See also