Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Workflow Modeler Script character limitation?
Bill Klish
Workflow Modeler 1.0 build 69413
TeamSite 6.7.1 Patch 3
Windows 2003 EE
Multiple tags are inserted into the model's config.xml file when 4 or more conditionals are used within a conditional link, causing the entire model to fail and null pointer exceptions to be shown in the TeamSite UI.<br><br>The following script works:<br><pre><br>if("$IW_CV(Variable_Info)"=="N" && "$IW_CV(Translate)"=="N" && "$IW_CV(Legal_Compliance)"=="Y")<br>{<br>"true";<br>}<br>else<br>{<br>"false";<br>}<br></pre><br><br>The following script doesn't:<br><pre><br>if("$IW_CV(Variable_Info)"=="N" && "$IW_CV(Translate)"=="N" && "$IW_CV(Legal_Compliance)"=="N" && "$IW_CV(Mechanical)" =="N" && "$IW_CV(Compliance)"=="Y")<br>{<br>"true";<br>}<br>else<br>{<br>"false";<br>}<br></pre>
Find more posts tagged with
Comments
There are no comments yet