(I replaced "<>" with "[]" to avoid conflict with HTML tags).
P21 engine 2304.1 mangles this into "CNSR.ADTTEI.PARAMCD.IN.PFSRDUR" and "CNSR.ADTTEI.PARAMCD.NOTIN.PFSRDUR", and issues the message "Invalid Data Type for --DTC/--DUR variable", because CNSR is declared as integer... (^_^)
Pinnacle 21 uses cookies to make our site easier for you to use. By continuing to use this website, you agree to our use of cookies. For more info visit our Privacy Policy.
Hi everybody,
Here is a new bug:
we have an ADaM define.xml that contains VLM such as:
[def:ValueListDef OID="vl.ADTTE.CNSR"]
[ItemRef ItemOID="it.ADTTE.CNSR.wc.ADTTE.PARAMCD.in.PFS.RDUR" OrderNumber="1" Mandatory="No" MethodOID="mt.489"]
[def:WhereClauseRef WhereClauseOID="wc.ADTTE.PARAMCD.in.PFS.RDUR"/]
[/ItemRef]
[ItemRef ItemOID="it.ADTTE.CNSR.wc.ADTTE.PARAMCD.not-in.PFS.RDUR" OrderNumber="2" Mandatory="No" MethodOID="mt.489"]
[def:WhereClauseRef WhereClauseOID="wc.ADTTE.PARAMCD.not-in.PFS.RDUR"/]
[/ItemRef]
[/def:ValueListDef]
(I replaced "<>" with "[]" to avoid conflict with HTML tags).
P21 engine 2304.1 mangles this into "CNSR.ADTTEI.PARAMCD.IN.PFSRDUR" and "CNSR.ADTTEI.PARAMCD.NOTIN.PFSRDUR", and issues the message "Invalid Data Type for --DTC/--DUR variable", because CNSR is declared as integer... (^_^)
Cheers