You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mention taht'PARAM3' value is set to 'value4' and not 'value3', because 'TEST1/SUB1/SUB2' closer matched the lookup request.
80
+
Mention that'PARAM3' value is set to 'value4' and not 'value3', because 'TEST1/SUB1/SUB2' closer matched the lookup request.
83
81
The principle is that all parent variables are gathered. If any variable is common between parent and child, then child element
84
-
will be returned, as it is with higher prioirity.
82
+
will be returned, as it is with higher priority.
83
+
84
+
When doing requests to configuration server it is possible to request for mandatory field keys checking. The must-have keys are loaded into 'EX_CC_MANDATORY' field occurrences. If during section lookup key is not found, then error '6' is returned.
85
+
86
+
It is possible request format verification. The key-format fields are used into 'EX_CC_FORMAT_KEY' + 'EX_CC_FORMAT_FORMAT' occurrences. If the format does not match field, error code '7' is returned.
87
+
88
+
*'EX_CC_FORMAT_FORMAT' field can have following values:*
89
+
90
+
*t* - Boolean field, valid values starts with on of the following symbols: 'TtFfYyNn10'.
91
+
92
+
*sX..Y* or *s..Y* (e.g. s10..20, s..5) - String field, min length X and max length Y. If X is not set (second format), then X is assumed to be 0.
93
+
94
+
*iX..Y* or *i..Y* (e.g. i1..2, i..3) - Integer field, min len (measured as string) X and max len (measured as string Y.
95
+
96
+
*nX..Y* or *n..Y* (e.g. n2..5, n..3) - Numeric field (can be floating point format). Min length X (measured as string) and max length Y (measured as string).
0 commit comments