Table of Contents

Codeunit "DXWLS Logic"

ID 23087902

This codeunit contains various logic related to the DXWLS application, including license checks, POS print token replacements, and transaction handling.

Methods

StaffManagementProcessBarcode

Processes the barcode input for staff management, allowing staff to log in or perform time registration.

procedure StaffManagementProcessBarcode(var POSTransaction: Record "LSC POS Transaction", var POSTransLine: Record "LSC POS Trans. Line", var CurrInput: Text, var IsHandled: Boolean)

Parameters

Name Type Description
POSTransaction Record "LSC POS Transaction"
POSTransLine Record "LSC POS Trans. Line"
CurrInput Text
IsHandled Boolean

Events

OnReplacePOSPrintTokens

Custom event that is triggered when replacing POS print tokens. This allows for additional tokens to be replaced by other codeunits.

[IntegrationEvent(False,False)]
local procedure OnReplacePOSPrintTokens(token: Text, var tokenValue: Text)

Parameters

Name Type Description
token Text
tokenValue Text

See also