<div>Hello all,</div>
<div>&nbsp;</div>
<div>A custom WF is built around the following objects:</div>
<div>&nbsp;</div>
<div>BUS2012&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp; Purchase Order</div>
<div>BUS2105&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp; Purchase Requisition</div>
<div>BUS2009&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp; Purchase Requisition Item</div>
<div>&nbsp;</div>
<div>The problem is creating the object reference for BUS2009 (req. item)</div>
<div>&nbsp;</div>
<div>I have two container elements - one has the requisition number and one has the item number.</div>
<div>The key of BUS2009 is the req. no + item no. together.</div>
<div>For example, if the req. no is 10000045 and the item no. is 00010, than the key for</div>
<div>BUS2009 should be: 1000004500010</div>
<div>&nbsp;</div>
<div>The way I tried to &quot;build&quot; the key from the two container elements is as follows:</div>
<div>&nbsp;</div>
<div>1. A container element <strong>preq_key </strong>is defined for BUS2009 key</div>
<div>&nbsp;</div>
<div>2. Container operation to add the req. number:</div>
<div>&nbsp;</div>
<div>Result Element&nbsp;&nbsp; preq_key&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; preq_key<br>Assignment&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;&nbsp; Assign (contents of table are deleted first)<br>Expression&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;PURCHASEREQ_SINGLE&amp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PurchaseReq_single</div>

<div>&nbsp;</div>
<div>3 Container operation to add the item number</div>
<div>&nbsp;</div>
<div>Result Element&nbsp;&nbsp; preq_key&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; preq_key<br>Assignment&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;-&nbsp;&nbsp;&nbsp; Add only to table (contents are extended)<br>Expression&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;REQ_ITEM_NO&amp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; req_item_no</div>

<div>&nbsp;</div>
<div>&nbsp;</div>
<div>The problem is - the item&nbsp;number is not added to the container element, only the&nbsp;req. number.</div>
<div>&nbsp;</div>
<div>I would like&nbsp;very much to be able to solve&nbsp;this &quot;inside&quot; the&nbsp;WF builder, without having to implement new methods or attributes in the business object itself.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Your help&nbsp;is much appreciated !</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks &amp; best regards,</div>
<div>&nbsp;</div>
<div>Ronen&nbsp;</div>