...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
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) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Version History
Version | Changes |
---|---|
MOB5.0019 | Introduced |