Table of Contents

KVSKBACLLMeasureMandFieldsLib

Events

OnBeforeCheckMandatoryFieldsCLLMeasure(Record KVSKBACLLMeasure, Boolean, Boolean, Boolean) :

Summary: Event raised before checking mandatory fields for a CLLMeasure record.

[IntegrationEvent(false, false)]
local procedure OnBeforeCheckMandatoryFieldsCLLMeasure(var CLLMeasure: Record "KVSKBACLLMeasure"; var ShowFoundFields: Boolean; var Ok: Boolean; var IsHandled: Boolean): 

Parameters:

  • CLLMeasure: The CLLMeasure record to check.
  • ShowFoundFields: Indicates whether to show the found mandatory fields.
  • Ok: Indicates whether the mandatory fields check passed.
  • IsHandled: Indicates whether the event is handled.

Remarks: This event allows subscribers to customize the behavior of the mandatory fields check for a CLLMeasure record. Subscribers can set the IsHandled parameter to true to prevent the default behavior and provide their own implementation.