Use this event to
Excerpt |
---|
Save Validate and save collected values to table "MOB Registration"-table. |
Description
This event is triggered for each collected value received from the Mobile Device "Post" request when values is stored to the "RegistrationData"-table.
The RegistrationData-table is what is used for all Mobile WMS Posting functions.
...
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Toolbox", 'OnSaveRegistrationValue', '', true, true)]
procedure OnSaveRegistrationValue(_Path: Text; _Value: Text; var _MobileWMSRegistration: Record "MOB WMS Registration"; var _IsHandled: Boolean)
begin
end;
Example
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|
...