Use this event to
Excerpt |
---|
Specifically, modify the lines on Order List Template e.g. License Plate Contents, before transferring to the Cloud Print Service |
...
Standard Label Template Designs
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB Print", 'OnPrintLabel_OnAfterPopulateOrderListLine', '', true, true)]
localprocedureOnPrintLabelOnAfterPopulateDataset(_LinePath: Text; _SourceRecRef: RecordRef; var_Dataset: Record"MOB Common Element")
begin
end;
Expand | ||
---|---|---|
| ||
|
...