How to have dynamic variable based messages in a constraint using the check construct.
book
Article ID: KB0085146
calendar_today
Updated On:
TIBCO Collaborative Information Manager
|
-
|
Not Applicable
|
-
|
Description
Resolution:
How to have dynamic variable based messages in a constraint using the check construct.
Environment:
==========
TIBCO Product name and version: TIBCO Collaborative Information Manager 8.0
Operating System(s): All Operating Systems
Symptoms:
========
None
Cause:
=====
N/A
Resolution:
========
A sample constraint to have dynamic messages populated for constraints using "check" constraint is given below:
<constraint>
<name>ShowMessage</name>
<description>Show Dynamic Message</description>
<usefor>
<var>SHORTDESC</var>
</usefor>
<action>
<check>
<explanation>
<text><![CDATA[ <Parameter name='RECORD_TYPE'/>: is the value of RECORD_TYPE]]></text>
<Parameter>
<name>RECORD_TYPE</name>
<var>RECORD_TYPE</var>
</Parameter>
</explanation>
<undefined>
<var>RECORD_TYPE</var>
</undefined>
</check>
</action>
</constraint>
Attachments:
==========
None
References:
=========
None
Issue/Introduction
How to have dynamic variable based messages in a constraint using the check construct.
Feedback
thumb_up
Yes
thumb_down
No