KVSADVMatchedOrderLineMgmt#
Events#
OnNotificationInfoNotWorkingWithFeaturesMatchOrderLinesOnBeforeAssignMessageText(Text) :#
Summary: The OnNotificationInfoNotWorkingWithFeaturesMatchOrderLinesOnBeforeAssignMessageText event is raised before assigning message text for the notification about limitations with features match order lines.
[IntegrationEvent(false, false)]
local procedure OnNotificationInfoNotWorkingWithFeaturesMatchOrderLinesOnBeforeAssignMessageText(var MessageText: Text):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVMatchedOrderLineMgmt", 'OnNotificationInfoNotWorkingWithFeaturesMatchOrderLinesOnBeforeAssignMessageText', '', false, false)]
local procedure DoSomethingOnNotificationInfoNotWorkingWithFeaturesMatchOrderLinesOnBeforeAssignMessageText(var MessageText: Text)
begin
end;
Parameters:
MessageText: The message text to be assigned for the notification.
Remarks: The main purpose of this event is to allow customization on the message text for the notification about limitations with features match order lines. For example, if the customer want to add more description in the notification message, they can subscribe this event and update the MessageText parameter.