Hierarchy
- RegistrationSettings
Properties
Readonly enabled
If the value of the enabled field is true, registration in the app is enabled.
Readonly nomenclatureIds
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[]>
Registration settings fields