Hello,
how can I implement the following:
Create New Account -> Here I have a text (type) - field as I type as DE
a second field "type number (next number)". When save the new account should the value "DE00001" save to the number field.
In the field manager is the number field configured to the parameters of the prefix is empty for default.
How can I use Javascript to insert a value in the file account.json in the number field to the parameter prefix.
So I always have to set the parameter prefix in the field number newly, from the entry in the text field by creating new account.
I hope I have made myself clear.
How can I write a value for the parameter "prefix" in the number field with javascript write to the account.json?
Thank you.
how can I implement the following:
Create New Account -> Here I have a text (type) - field as I type as DE
a second field "type number (next number)". When save the new account should the value "DE00001" save to the number field.
In the field manager is the number field configured to the parameters of the prefix is empty for default.
How can I use Javascript to insert a value in the file account.json in the number field to the parameter prefix.
So I always have to set the parameter prefix in the field number newly, from the entry in the text field by creating new account.
I hope I have made myself clear.
How can I write a value for the parameter "prefix" in the number field with javascript write to the account.json?
Thank you.
Comment