Configure a name generator
App tutorial · Step 11 of 25
Build a three-form app that creates an Active Directory user and manages its group memberships.
In this step, we'll set up a name generator to support the user create action we'll eventually be adding to this app. We can reuse the ng_AD name generator that we created in the basic tutorial.
-
Go to the Name Generator tab.
-
Select ng_AD as the Generator Name. The input and output fields are populated.
- Input fields are the values required by the name generator’s methods.
- Output fields are the generated names returned to the app.
The app supplies the input values below instead of using the generator’s original filter.
-
Configure the Input Fields:
Name Allow empty value Source Value first_nameNo Variable new_FirstNamelast_nameNo Variable new_LastNameemployee_idYes Constant (empty) -
Configure the Output Fields:
Name Variable ng_sAMAccountNameCreate variable ng_sAMAccountNameng_userPrincipalNameCreate variable ng_userPrincipalNameng_cnCreate variable ng_cn -
We'll click Save to save our progress so far.