Atlas — Standard Edit Input rules |
Process Commander contains a few standard edit input rules, including these:
Name |
Description |
||||||||||||
DateTime-Calendar |
Converts a user input date in the format 01/06/01 12:15 EST
into the internal format for a |
||||||||||||
GetStandardValue |
Used for a This type of table can be used to support localization, to link English names for colors ("black", "brown", "red" ...) to Italian names for colors ("nero", "marrone", "rosso" ...). A selection list, presented by the GetLocalizedValue control rule, allows a user to select "rosso." The GetStandardValue rule converts "rosso" to "red" and stores "red" in the property value. |
||||||||||||
EncryptText PropertyValue |
Used in list view and summary view rules, when a property of
type |
||||||||||||
PartialDate |
C-1296 Allows users to input a date with a minimum of keystrokes, and converts the input to the standard internal form YYYYMMDD based on the context of the current date. Processing assumes that the entered date is today or a past date. For example, for users with a United States English locale (en-US) providing input on March 15, 2004:
Processing is sensitive to the locale setting in the user workstation; workers in some locales enter the day before the month, so 1/2 becomes February 1, 2004. Conversion of three-character month names to numbers is based on twelve standard field value rules. To support other spellings or other languages in partial date input, create similar field value rules using the target spelling or language. |
Use the Rules by Type Explorer to see a complete list of the edit input rules available to you.