KVSMEDInfoRequestCheckLib
Events
OnBeforeCheckOpenScheduleLines(Record KVSMEDDeliveryScheduleLine, Boolean, Boolean) :
Summary: This event is triggered before checking open schedule lines.
[IntegrationEvent(false, false)]
local procedure OnBeforeCheckOpenScheduleLines(var KVSMEDDeliveryScheduleLine: Record "KVSMEDDeliveryScheduleLine"; var Result: Boolean; var isHandled: Boolean):
Parameters:
KVSMEDDeliveryScheduleLine: Record of delivery schedule lines to be checkedResult: Boolean indicating the result of the checkisHandled: Boolean indicating if the event has been handled
OnBeforeExitIfRelatedProcessInfoStillBlocking(Record KVSMEDProcessInformation, Record KVSMEDProcessInformation, Boolean, Boolean) :
Summary: This event is triggered before exiting if related process information is still blocking.
Parameters:
BillingBlockingKVSMEDProcessInformation: Record of process information for billing blockingDeliveryBlockingKVSMEDProcessInformation: Record of process information for delivery blockingResult: Boolean indicating the result of the checkisHandled: Boolean indicating if the event has been handled