Username
Creates a Username field with a text entry for the name and a combo box fore the domain.
Returns a complete username as an email: username@domain
With the Username type:
-
Domain parameter can be set to pre-select a domain in the combo.
-
one or several ListtItem must be provided to populate the combo.
XML
<userinput Title='USER NAME'>
<Variable Type='Username' name='v_Username' label='User Name' value="Karl" Domain="{%O365Tenant_DefaultDomainName%}">
<ListItem Label='Domain' Value='Domain' ListName='ListDomains'/>
</Variable>
</userinput>