<br><font size=2 face="sans-serif">Hi there WUGers,</font>
<br>
<br><font size=2 face="sans-serif">We're looking into deploying UWL and
I'm running into some &quot;challenges.&quot;</font>
<br>
<br><font size=2 face="sans-serif">First, we're on &nbsp;Portal release:
SAP NetWeaver 7.0 (2004s) SPS 15, the backend is ECC 6.0 (Release: 700
&nbsp; &nbsp; &nbsp; &nbsp;0015 &nbsp; &nbsp; &nbsp; &nbsp;SAPKB70015)</font>
<br>
<br><font size=2 face="sans-serif">What I want to do is to have the &quot;generic
decision step&quot; allow me to enter a comment/notes when I select the
&quot;reject&quot; option on a given work item, as I've read in numerous
forums, WUG emails, etc...</font>
<br>
<br><font size=2 face="sans-serif">The &quot;standard&quot; config in UWL
for this task is: </font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;ItemType name=&quot;uwl.task.webflow.TS00008267.EX3&quot;
connector=&quot;WebFlowConnector&quot; defaultView=&quot;DefaultView&quot;
defaultAction=&quot;launchSAPAction&quot; executionMode=&quot;default&quot;&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &lt;ItemTypeCriteria
systemId=&quot;EX3&quot; externalType=&quot;TS00008267&quot; connector=&quot;WebFlowConnector&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &lt;Actions&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;Action
name=&quot;launchSAPAction&quot; groupAction=&quot;&quot; handler=&quot;SAPIACLauncher&quot;
returnToDetailViewAllowed=&quot;yes&quot; launchInNewWindow=&quot;yes&quot;
launchNewWindowFeatures=&quot;resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no&quot;&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Properties&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&lt;Property name=&quot;newWindowFeatures&quot; value=&quot;resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&lt;Property name=&quot;openInNewWindow&quot; value=&quot;yes&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&lt;Property name=&quot;display_order_priority&quot; value=&quot;5&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&lt;Property name=&quot;IAC&quot; value=&quot;BWWF_WI_DECI&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/Properties&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Descriptions
default=&quot;&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;/Action&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &lt;/Actions&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;/ItemType&gt;</font>
<br>
<br><font size=2 face="sans-serif">When I created a custom XML for it &nbsp;(I
did it verbatim according to the sample in Darren Hague's book and/or as
shown in SAPHelp), and when doing so, I don't event get the decision task
options to appear. &nbsp;All I get is &quot;Forward&quot; and &quot;Cancel
Assignment&quot; buttons.</font>
<br>
<br><font size=2 face="sans-serif">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</font>
<br>
<br>
<br><font size=2 face="sans-serif">&lt;!DOCTYPE UWLConfiguration PUBLIC
'-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'</font>
<br><font size=2 face="sans-serif">&nbsp; &gt;</font>
<br>
<br><font size=2 face="sans-serif">&lt;UWLConfiguration version=&quot;1.0&quot;&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; </font>
<br><font size=2 face="sans-serif">&lt;ItemTypes&gt;</font>
<br><font size=2 face="sans-serif">&lt;ItemType name=&quot;uwl.task.webflow.decision.TS00008267&quot;
connector=&quot;WebFlowConnector&quot; defaultView=&quot;DefaultView&quot;&gt;</font>
<br><font size=2 face="sans-serif">&nbsp;&lt;ItemTypeCriteria connector=&quot;WebFlowConnector&quot;
externalType=&quot;TS00008267&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp;&lt;Actions&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &lt;Action name=&quot;Approve&quot;
groupAction=&quot;yes&quot; handler=&quot;UserDecisionHandler&quot;&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;&lt;Properties&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;Property name=&quot;decisionKey&quot;
value=&quot;1&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;&lt;/Properties&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &lt;/Action&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &lt;Action name=&quot;Reject&quot;
groupAction=&quot;yes&quot; handler=&quot;UserDecisionHandler&quot;&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;&lt;Properties&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;Property name=&quot;decisionKey&quot;
value=&quot;2&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;Property name=&quot;UserDecisionNote&quot;
value=&quot;mandatory&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;&lt;/Properties&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &lt;/Action&gt;</font>
<br><font size=2 face="sans-serif">&nbsp;&lt;/Actions&gt;</font>
<br><font size=2 face="sans-serif">&lt;/ItemType&gt;</font>
<br>
<br><font size=2 face="sans-serif">&lt;/ItemTypes&gt;</font>
<br><font size=2 face="sans-serif">&lt;/UWLConfiguration&gt;</font>
<br>
<br>
<br><font size=2 face="sans-serif">Any help would be greatly appreciated.</font>
<br>
<br>
<br><font size=2 face="sans-serif">Yours truly,</font>
<br>
<br><font size=2 face="sans-serif">Joe Toledo</font>
<br><font size=2 face="sans-serif">UWL Neophyte</font>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=100% bgcolor=white></table>
<br><font size=2 face="sans-serif"><br>
</font>
<table align=center>
<tr>
<td bgcolor=#efefef>
<div align=center><a href=mailto:Joe_Toledo@capgroup.com><font size=1 color=blue face="Arial"><u>Joe
Toledo</u></font></a><font size=1 face="Arial"> | The Capital Group Companies<br>
Location: IRV | Extension: 55417 | Outside: 949-975-5417<br>
E-mail: joat@capgroup.com<br>
[ Mailing: </font><a href="http://maps.yahoo.com/py/maps.py?BFCat=&amp;Pyt=Tmap&amp;newFL=Use+Address+Below&amp;addr=15260+Valley+Oak.&amp;csz=92618&amp;Country=us&amp;Get%A0Map=Get+Map"><font size=1 color=blue face="Arial"><u>15260
Valley Oak.</u></font></a><font size=1 face="Arial"> IRV-M-3E Irvine, CA
92618 USA ]</font></div></table>
<br>