Skip to content

KVSCOREModuleSetup#

Procedures#

RenewSingleAppRegistration() :#

procedure RenewSingleAppRegistration(): 

ImportXMLLicense() :#

procedure ImportXMLLicense(): 

DeleteXMLLicense() :#

procedure DeleteXMLLicense(): 
Obsolete

This Element will be removed or changed with a future Version of the App.

Protected Variables#

ApplicationAreaSetup#

Type: Record Application Area Setup

Summary: Use this variable as source record for your custom AppArea Field. You should set ApplicationAreaSetupModified to true on validate of your custom field.

Example:

field(KVSCLQActive; ApplicationAreaSetup.KVSCLQ)
{
    ApplicationArea = All;
    Caption = 'Change Log Quick Access active';
    ToolTip = 'Activates or deactivates the application area.';
    Enabled = ApplicationAreaSetupEditable;
    trigger OnValidate()
    begin
        ApplicationAreaSetupModified := true;
    end;
}

ModuleLicenseMgt#

Type: Codeunit (KVSCOREModuleLicenseMgt)

ApplicationAreaSetupEditable#

Type: Boolean

ApplicationAreaSetupModified#

Type: Boolean

Summary: Set this to true if your custom field in ApplicationAreaSetup has been modified. we use this info to reload the experience tier.

isSaaS#

Type: Boolean


Last update: October 2, 2023