added sysprog entities
This commit is contained in:
82
SYSPROG/APPROW/SYSENV%003ATXT_VALIDATION.json
Normal file
82
SYSPROG/APPROW/SYSENV%003ATXT_VALIDATION.json
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"header": {
|
||||
"version": 1,
|
||||
"type": "record",
|
||||
"approw-key": "TXT_VALIDATION"
|
||||
},
|
||||
"body": {
|
||||
"record1": {
|
||||
"<1>": "",
|
||||
"<2>": "|-and-|",
|
||||
"<3>": "||-or-|",
|
||||
"<4>": "",
|
||||
"<5>": "",
|
||||
"<6>": {
|
||||
"<6,1>": "",
|
||||
"<6,2>": "The data must be a Boolean response of \"%1%\" or \"%2%\"",
|
||||
"<6,3>": "The data must be a Boolean response starting with \"%1%\" or \"%2%\"",
|
||||
"<6,4>": {
|
||||
"<6,4,1>": "",
|
||||
"<6,4,2>": "The data must be a valid date in the format:| [Month] [Day] [Year]",
|
||||
"<6,4,3>": "The data must be a valid date in the format:| [Day] [Month] [Year]",
|
||||
"<6,4,4>": "The data must be a valid date in the format:| [Month] [Year] [Day]",
|
||||
"<6,4,5>": "The data must be a valid date in the format:| [Year] [Day] [Month]",
|
||||
"<6,4,6>": "The data must be a valid date in the format:| [Month] [Day] [Year]",
|
||||
"<6,4,7>": "The data must be a valid date in the format:| [Day] [Year] [Month]",
|
||||
"<6,4,8>": "The data must be a valid date in the format:| [Year] [Month] [Day]"
|
||||
},
|
||||
"<6,5>": "The data must be a valid time in the format:| [Hour] [Minute] [Second]",
|
||||
"<6,6>": {
|
||||
"<6,6,1>": "",
|
||||
"<6,6,2>": "The data must be a valid date/time in the format:| [Month] [Day] [Year] [Hour] [Minute] [Second]",
|
||||
"<6,6,3>": "The data must be a valid date/time in the format:| [Day] [Month] [Year] [Hour] [Minute] [Second]",
|
||||
"<6,6,4>": "The data must be a valid date/time in the format:| [Month] [Year] [Day] [Hour] [Minute] [Second]",
|
||||
"<6,6,5>": "The data must be a valid date/time in the format:| [Year] [Day] [Month] [Hour] [Minute] [Second]",
|
||||
"<6,6,6>": "The data must be a valid date/time in the format:| [Month] [Day] [Year] [Hour] [Minute] [Second]",
|
||||
"<6,6,7>": "The data must be a valid date/time in the format:| [Day] [Year] [Month] [Hour] [Minute] [Second]",
|
||||
"<6,6,8>": "The data must be a valid date/time in the format:| [Year] [Month] [Day] [Hour] [Minute] [Second]"
|
||||
},
|
||||
"<6,7>": "The data must be a decimal number with a precision of %1% places",
|
||||
"<6,8>": "The data must be a comma delimited decimal with a precision of %1% places",
|
||||
"<6,9>": "The data must be a valid binary number",
|
||||
"<6,10>": "The data must be a valid octal number",
|
||||
"<6,11>": "The data must be a number in scientific notation",
|
||||
"<6,12>": "The data must be a hexadecimal number",
|
||||
"<6,13>": "A hexadecimal number",
|
||||
"<6,14>": "A varbinary number",
|
||||
"<6,15>": "The validation pattern: \"%1%\""
|
||||
},
|
||||
"<7>": "The data entered must be a number from %1% to %2% inclusive",
|
||||
"<8>": "The data entered must be a number less than or equal to %1%",
|
||||
"<9>": "DOS test failed",
|
||||
"<10>": "The validation requirement enforced by the Catalyst routine \"%1%\"",
|
||||
"<11>": "The data entered must be a row id in the \"%1%\" table",
|
||||
"<12>": "The data entered must Not be a row id in the \"%1%\" table",
|
||||
"<13>": "The validation requirement enforced by the Dictionary symbolic \"%1%\"",
|
||||
"<14>": "The validation requirement enforced by the User Conversion Subroutine \"%1%\"",
|
||||
"<15>": "The data entered must be unique in the column",
|
||||
"<16>": {
|
||||
"<16,1>": "",
|
||||
"<16,2>": "",
|
||||
"<16,3>": "^^-and-^^|",
|
||||
"<16,4>": "The data must be %1% number(s)",
|
||||
"<16,5>": "The data must be 1 or more number(s)",
|
||||
"<16,6>": "The data must be %1% alpha characters(s)",
|
||||
"<16,7>": "The data must be 1 or more alpha character(s)",
|
||||
"<16,8>": "The data must contain any %1% character(s)",
|
||||
"<16,9>": "The data must contain 1 or more of any character(s)",
|
||||
"<16,10>": "The data must contain up to %1% of any character(s)",
|
||||
"<16,11>": "The data must match : \"%1%\"",
|
||||
"<16,12>": "Bad MATCHES pattern: \"%1%\""
|
||||
},
|
||||
"<17>": "The data entered must be \"%1%\"",
|
||||
"<18>": {
|
||||
"<18,1>": "The data entered must be in this list of items:|",
|
||||
"<18,2>": "^65",
|
||||
"<18,3>": " \"%1%\"",
|
||||
"<18,4>": ", \"%1%\"",
|
||||
"<18,5>": " or \"%1%\""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user