You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,14 @@ For the plugin to work, a new object type has to be created. This object type ne
26
26
27
27
All plugin configuration takes place in base configuration.
28
28
29
+
**User account for ID generation*: The user account that is to be used for generating new ID values. This account must have the rights to read and edit objects of the configured incrementer object type (see below) and also have system rights for accessing object types, users and workflows.
29
30
**Incrementer object type*: The object type that has been created for usage with the plugin
30
31
**Field name 'Incrementer ID'*: The name of the field to use for storing the ID in incrementer objects
31
32
**Field name 'Incrementer values'*: The name of the field to use for storing the values in incrementer objects
32
33
**Mask for reading and editing incrementer objects*: The mask to use when working with incrementer objects
33
34
**Incrementers*:
34
35
**Incrementer ID*: The unique ID of this specific incrementer
35
-
**Object types*: The object types for which this incrementer works
36
+
**Object types*: The object types for which this incrementer works (please note that the configured user account must have read rights for these object types)
36
37
**Path to parent field*: The path to the nested field that contains the ID field and the base fields (leave empty if the ID field and the base fields are on the root level of the object).
37
38
**ID field name*: The name of the ID field to be filled out by the plugin. This has to be a numeric field. The field will only be updated if it is empty, if the parent field has been newly created and if all base fields have been filled out by the user.
38
39
**Base field names*: The names of the base fields to consider when setting the ID. These can be text fields or fields of the [custom data type DANTE](https://github.com/programmfabrik/fylr-plugin-custom-data-type-dante).
Copy file name to clipboardExpand all lines: l10n/numeric-id-auto-incrementer.csv
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
key,de-DE,en-US
2
2
server.config.name.system.numericIdAutoIncrementer,Automatische Inkrementierung numerischer IDs,Numeric ID auto incrementer
3
+
server.config.parameter.system.numericIdAutoIncrementer.user.label,Benutzeraccount für die ID-Generierung,User account for ID generation
3
4
server.config.parameter.system.numericIdAutoIncrementer.incrementer_object_type.label,Zähler-Objekttyp,Incrementer object type
4
5
server.config.parameter.system.numericIdAutoIncrementer.incrementer_id_field_name.label,Name des Feldes 'Zähler-ID',Field name 'Incrementer ID'
5
6
server.config.parameter.system.numericIdAutoIncrementer.incrementer_values_field_name.label,Name des Feldes 'Zähler-Werte',Field name 'Incrementer values'
0 commit comments