Skip to content

Barcode Events

This article describes the events provided by DMS related to the barcode processes.

Publisher

Codeunit 5492908 "SIM_DMS Event Publisher"

Barcode Events

OnAfterPrintBarcode

1
2
3
4
[IntegrationEvent(false, false)]
procedure OnAfterPrintBarcode(ParammRecordSIMDMSBarcodeEntry2: Record "SIM_DMS Barcode Entry 2")
begin
end;

Raised

This event is triggered after the DMS Barcode Label Report was printed during the creation of a Barcode Label.

Parameter

Name Type Description
ParammRecordSIMDMSBarcodeEntry2 Record "SIM_DMS Barcode Entry 2" The Entry Barcode entry that is generated from the Printing of the Barcode Report.