Use this event to
Excerpt |
---|
Save collected values to table "MOB Registration". |
...
Note: Creating new custom fields at RegistrationData to pass data to posting routines is no longer required since MOB5.10. You can now read custom values from RegistrationData directly via .GetValue(...)
-functions in any code or eventsubscribers where you got access to the RegistrationData-table.
...
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) | ||||||||
---|---|---|---|---|---|---|---|---|
|
...