Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Use this event to

Excerpt

Populate values in Order Lines displayed at on the mobile device (derived from "Phys. Inventory Journals")device.


Template

    [EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS CountPhys Invt Recording", 'OnGetCountOrderLinesOnGetPhysInvtRecordingLines_OnAfterSetFromItemJournalLineOnAfterSetFromPhysInvtRecordLine', '', true, true)]
    localprocedure OnGetCountOrderLines OnGetPhysInvtRecordingLines_OnAfterSetFromItemJournalLineOnAfterSetFromPhysInvtRecordLine(_ItemJnlLinePhysInvtRecordLine: Record "Item Journal Phys. Invt. Record Line"; var _BaseOrderLineElement: Record "MOB Ns BaseDataModel Element")
    begin
    end;

Example

    [EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS CountPhys Invt Recording", 'OnGetCountOrderLinesOnGetPhysInvtRecordingLines_OnAfterSetFromItemJournalLineOnAfterSetFromPhysInvtRecordLine', '', true, true)]
    localprocedure MyOnGetCountOrderLines MyOnGetPhysInvtRecordingLines_OnAfterSetFromItemJournalLineOnAfterSetFromPhysInvtRecordLine(_ItemJnlLinePhysInvtRecordLine: Record "Item Journal Phys. Invt. Record Line"; var _BaseOrderLineElement: Record "MOB Ns BaseDataModel Element")
    begin
        _BaseOrderLineElement.Set_DisplayLine1('Set from OnCountOnAfterSetFromItemJournalLineOnGetPhysInvtRecordingLines_OnAfterSetFromPhysInvtRecordLine');
        _BaseOrderLineElement.SetValue('MyOnCountOnAfterSetFromItemJournalLineMyOnGetPhysInvtRecordingLinesOnAfterSetFromPhysInvtRecordLine', 'OnCountOnAfterSetFromItemJournalLine OnGetPhysInvtRecordingLines_OnAfterSetFromPhysInvtRecordLine Custom Tag for Item Number ' + _BaseOrderLineElement.Get_ItemNumber());
    end;


Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
titleMore examples
excerptTypesimple
cqllabel = "bc" and label = "orderlines" and label = "example" and label = "onaftersetfrom"


Version History

VersionChanges
MOB5.0019Introduced