Thursday, September 02, 2010

Eligibility Expressions in SNC

One of the pieces of functionality that's called out in the Selection and Capture Building Block for Adobe LiveCycle is that you can leverage processes to perform the eligibility expression. Normally eligibility expressions are done using a jspl syntax such as ${(state=='CA')} but obviously this can only be so robust. Here's an example of the EligibilityExpressionTO that you'll need to define in your beans.xml:
<bean class="com.adobe.solutions.snc.transfer.EligibilityExpressionTO" id="someId">
<property name="expressionType" value="LCService"/>
<property name="operationName" value="invoke"/>
<property name="serviceName" value="YourProcessName"/>
<property name="name" value="someName"/>
</bean>


No comments:

Post a Comment