Table of Contents

KVSADVSetupAssistantHandler

Summary: This codeunit handles all functionality used within the Setup Assistant Page

Procedures

SetDirectPostingAllowedForGLAccount(Record G/L Account) :

Summary: Sets the direct marker in a G/L Account to allow direct posting onto it.

procedure SetDirectPostingAllowedForGLAccount(var GLAccount: Record "G/L Account"): 

Parameters:

  • GLAccount: The G/L Account to modify

Events

OnBeforeIsStepCurrentlyValid(Enum KVSADVSetupAssistantAreas, Boolean, Boolean) :

[IntegrationEvent(false, false)]
local procedure OnBeforeIsStepCurrentlyValid(NextStep: Enum "KVSADVSetupAssistantAreas"; var Result: Boolean; var IsHandled: Boolean): 

OnSuggestReportIDForAdvanceDocumentReportSelection(Enum Report Selection Usage, Integer) :

[IntegrationEvent(false, false)]
local procedure OnSuggestReportIDForAdvanceDocumentReportSelection(UsageType: Enum "Report Selection Usage"; var ReportID: Integer): 

OnAfterCreateCopyOfGLAccount(Record G/L Account, Record G/L Account) :

[IntegrationEvent(false, false)]
local procedure OnAfterCreateCopyOfGLAccount(OriginalGLAccount: Record "G/L Account"; var CopiedGLAccount: Record "G/L Account"): 

OnAfterSetDirectPostingAllowedForGLAccount(Record G/L Account) :

[IntegrationEvent(false, false)]
local procedure OnAfterSetDirectPostingAllowedForGLAccount(var GLAccount: Record "G/L Account"):