Version: 7.0.2.4
Hello
I have created a form to create service accounts in AD.
It only requires a (text) field for the new account name as opposed to a user account with First and Last name.
I am trying to figure out the best way to remove/limit any spaces a requester uses.
Example:
[Text Filed] : Service Account Name
[Requester] Aveksa Auditor
Question: How to automatically/restrict naming to:
Either, AveksaAuditor or Aveksa_Auditor
Thank you
It works for me, using either script1 or script2
script #1
script #2