Table of Contents

KVSKBACreateSetupData

Procedures

SetHideMessage() :

Summary: Configures the codeunit to suppress confirmation dialogs and information messages during execution.

procedure SetHideMessage(): 

Remarks: Useful for automated setup processes where user interaction is not desired.

SetRecreate() :

Summary: Forces recreation of setup data even if it already exists.

procedure SetRecreate(): 

Remarks: When set, existing setup data will be deleted before creating new entries.

SalesQuoteStatuses() :

Summary: Creates default sales quote statuses used in the system.

procedure SalesQuoteStatuses(): 

Remarks: This includes statuses for newly created quotes, quotes converted to orders, and quotes converted to invoices. Existing statuses will be deleted and recreated if the recreate option is enabled.

Events

OnAfterInitReportSelection() :

Summary: Integration event triggered after initializing report selections.

[IntegrationEvent(false, false)]
local procedure OnAfterInitReportSelection(): 

Remarks: Allows subscribers to add additional report selections or modify existing ones after the standard setup is completed.