Codeunit "Config. Insert With Validation"

ID 8622
Namespace: System.IO

Methods

SetInsertParameters

procedure SetInsertParameters(var RecRef: RecordRef)

Parameters

Name Type Description
RecRef RecordRef

Events

OnBeforeInsertWithValidation

[IntegrationEvent(False,False)]
local procedure OnBeforeInsertWithValidation(var RecRefToInsert: RecordRef, var IsHandled: Boolean)

Parameters

Name Type Description
RecRefToInsert RecordRef
IsHandled Boolean

See also