Hierarchy

  • RegistrationSettings

Properties

Readonly enabled

enabled: boolean

If the value of the enabled field is true, registration in the app is enabled.

Readonly nomenclatureIds

nomenclatureIds: string[]

List of IDs of folders that registration is available in for the app.

Methods

getNomenclatures

  • Returns a list of folders available for the app.

    const  settings = await Application.getSettings();
    const nomenclatures = await  settings.registrationSettings.getNomenclatures(); 
    

    Returns Promise<TNomenclature[]>