NomenclatureRegistrationSettings

Hierarchy

  • NomenclatureRegistrationSettings

Properties

Readonly editAfterRegistration

editAfterRegistration: boolean

If the value of the property is true, the number will be editable after registration.

Readonly reserveEnabled

reserveEnabled: boolean

If the property is set to true, number reservation will be enabled.

Readonly resetInPeriod

resetInPeriod: boolean

If the property is set to true, numbering is reset once in a specified period.

Readonly resetNewYear Deprecated

resetNewYear: boolean
Deprecated

Annual reset settings are replaced with periodical reset settings. Use:

  1. resetInPeriod to check whether periodical reset is active.
  2. resetSettings to view the current reset settings. The value is true if reset settings (resetInPeriod) are enabled, the reset period in the settings (resetSettings) is a year, the number of units is 1, and the next reset date is January 1.

Readonly resetSettings

resetSettings: ResetSettings | null

Periodical numbering reset settings of the folder.

Readonly templateEnabled

templateEnabled: boolean

If the parameter is set to true, automatic registration is used. If it is set to false, manual registration is used.

Readonly through

through: boolean

If the property is set to true, continuous numbering with another folder is enabled.

Readonly throughSerialId

throughSerialId: string | null

ID of the folder that continuous numbering is set with.