Use this event to
...
- handle custom format for existing fields (including formats that would otherwise cause validation error when attempting to assign to RegistrationData).
- validate format for new custom steps format to throw meaningfull error messages(throw meaningful error message here, rather than error messages received from standard posting functions).
- transfer new custom steps to custom fields at RegistrationData.
- by using this event to set or validate values in RegistrationData, you may (in some cases) be able to avoid doing any further customizations to posting routines.
...
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) | ||||||||
---|---|---|---|---|---|---|---|---|
|
...