Property ID generator

[Important]Important

This feature is available only inside the professional version of Domus Organizer

If you have several properties, it could be annoying remembering to create a new unique property id for each record; in Domus Organizer PRO you can find this useful plugin that will do this job for you.

You can simply define a format using some tokens, decide if you always want a new random id or increment the last one and you're done!

Figure 3.50. Generate ID: Plugin params

Generate ID: Plugin params

Format

Format of the ID. You can use the following tokens:

  • [ID] (required) The new generated id

  • [TYPE] The type of the property. By default the first char of the type is used (for example Sale becomes S). You can specify a different character using the option Type association (see below)

  • [CAT] The category of the property. By default the first char of the category is used (for example Appartment becomes A). You can specify a different character using the option Category association (see below)

Generation type

How the ID should be generated? You can choose between the following values:

  • Random Creates a random 5 digits number

  • Incremental The plugin will try to find the latest property id used, following the format defined above. This means that if you use the type and category token, it will take the latest ID used for such type and category.

    Finally it extracts the numeric part and increments it by one

Type association

Here you can specify a different char for a specific type (for example V for the Rent one). Put each association on a new line, using the following syntax: TITLE_OF_THE_TYPE=CHAR_TO_USE. For example:

Rent=V
Sale=T
Category association

Here you can specify a different char for a specific category (for example J for the Apartment one). Put each association on a new line, using the following syntax: TITLE_OF_THE_CATEGORY=CHAR_TO_USE. For example:

Apartment=J
Detached House=H