What Input Masks Can be Used in PeopleUpdate?
In PeopleUpdate, it’s possible to use input masks to control what data is input by you and/or your users in specific fields (pertaining to specific attributes) in Active Directory.
he mask may contain literal characters and input-mask-flags such as
- & – any keyboard character (entry is required)
- L – letter (entry is required)
- 0 – digit (entry is required)
- A – letter or digit (entry is required)
- C – any keyboard character (entry is optional)
- ? – letter (entry is optional)
- # – digit or +/- (entry is optional with replacement by EmptyPositionChar or PadChar)
- 9 – digit (entry is optional)
- a – letter or digit (entry is optional)
- > – all letters to the right are converted to the upper case
- < – all letters to the right are converted to the lower case
Notes:
- If in front of any flag-character appears the “\” (escape) character, then that character becomes the literal part of mask. For example, if mask is set to the “A\A\BB\\##\99” and control has no data, then text in edit mode will appear as “_A\BB\#_9_”. Where the “_” are available positions for entry.
- To cancel upper/lower case convertion which was set by the > or < flag, that flag should be used one more time. For example, if mask is set to the “>CC->CC->CC” and user entered the “XxXxXx”, then resulting text should appear as “XX-Xx-XX”.
- While control has no input focus, the optional empty mask positions are not displayed.
Related Articles
How to log out of PeopleUpdate
This article pertains to how to log out of PeopleUpdate. PeopleUpdate uses Windows authentication and, depending on your browser settings, the credentials you used for the presentation may be stored by your browser. If you use Internet Explorer, you ...
Display the pwdLastSet value in PeopleUpdate as a non-numeric date value
Support for displaying these sorts of large integer attributes has been added to PeopleUpdate/PeopleSearch v4.6. For more information, check out: https://www.youtube.com/watch?v=ag9YFdvF-ms . This article discusses how to display the pwdLastSet ...
Customize PeopleUpdate Help Text
You can use localization to make help text modifications for pages in PeopleUpdate and this won’t cause any problems with the application. Refer to the article below to change help text for the pages you’d like to customize. ...
Deserializing error in PeopleUpdate
You might see the following error in your event log for PeopleUpdate. Application Error A critical application error occurred that could not be handled by the system. Please report the following information to your system administrator. Error ...
Secure the PeopleUpdate Administration Console
Securing the Administration Console You can secure the PeopleUpdate Administration Console to restrict access to a set of authorized users in your environment. PeopleUpdate leverages ASP.NET security to check user credentials and authorize access to ...