...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Use this event to
Excerpt |
---|
Modify values for <LookupResponse>-elements (values transferred from ""MOB License Plate Content" table)Add steps to be displayed at the mobile device when collecting values for each license plate |
Description
Add or Modify lookup response values.
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS LicensePlateContLookup", 'OnLookupOnLicensePlateContent_OnAfterSetFromLicensePlateContent', '', false, false)]
localprocedure OnLookupOnLicensePlateContent_OnAfterSetFromLicensePlateContent(_LicensePlateContent: Record"MOB License Plate Content"; var _LookupResponseElement: Record"MOB NS WhseInquery Element");
begin
end;
Filter by label (Content by label) showLabels false showSpace false sort title title More examples excerptType simple cql label = "OnLookupOnLicensePlateContent" and label = "example"
...
Version | Changes |
---|---|
MOB5.42 | Introduced |
...