Hello,
I need to automatically fill in a field in which an alphanumeric number will be autogenerated taking into account an initial suffix that does not change and then it would consist of the date without the divisions / between the month, day and year and then the initials of the name and the last name.
In the form I use a field to take the name called First Name and I use another field called Last Name for the last name.
The field to store the number that I need is called Request Number, which should be automatically filled taking into account the following:
Example of the desired format in which it should be stored: RTN-08302023-LM
Where the first 3 letters (RTN) will never change, they will always be fixed. what follows after the - would be the current date (08/30/2023)without the separators / or - (08302023)would be to place the continuous date without separators and then what follows after the - (LM)would be the first initial letter of the First Name and Last Name.
Any idea how to do this?
Thank you.
LSF V: 11