All,<br><br>I want to do the following:<br><br>CmAdjustment( status != &quot;Full Match&quot;, adjCmNumber : cmNumber, adjCmQuantity : availableQuantity, originalRepaymentCode.tolPercent == Constants.ACCEPT_ALL) <br><br>But it seems like I can not inspect the attributes of class that is contained within the top level one that is passed into working memory.
<br><br>Is utilizing eval my only option or are there others?&nbsp; I was thinking something like the following:<br><br>CmAdjustment( status != &quot;Full Match&quot;, adjCmNumber : cmNumber,
adjCmQuantity : availableQuantity, repayCode: originalRepaymentCode)<br>eval(repayCode.tolPercent ==
Constants.ACCEPT_ALL)<br><br>The problem I see with this is performance as I have large data sets and a fairly large rule set.<br><br>Thanks,<br><br>Ron<br>