Description:
The XML Open Gateway Developer's Guide states the following for ContentPack export rules:
"Jobs and reports definitions
During import, the imported attributes of the definition match the user interface exactly."
Report parameters are the only job type permitted to have multiple values for browse/pulldown lookups. When setting multiple default values for a parameter of this kind, the XOG export contains only the first default value in the XML attribute.
E.g:
<parameter code="x" dataType="string" defaultValue="5000002" lookupCardinality="2" lookupCode="LOOKUP_CHARGE_CODES_PRJ" order="1" readOnly="false" required="false" widgetType="browse">
Steps to Reproduce:
Expected Result: The report definition would be unchanged, and the XOG file would contain multiple default values for the report's parameter.
Actual Result: The report definition only has the first default value selected, the XOG file contains only the one default value instead of multiple.
Solution:
WORKAROUND:
This behavior only affects Report Definitions; Job Definitions with multiple-select parameters are not affected.
STATUS/RESOLUTION:
This issue has been documented as CLRT-61651. If you are experiencing this problem and the workaround above does not significantly help, please contact CA Technical Support.
Keywords: CLARITYKB, CLRT-61651, clarity12open, njs.jobDefParameters, njs.jobDefParameterEdit.