I have this in my screen transition def:
<entity-find entity-name="ContactRelationshipDyn" list="clientList">
<econdition field-name="partyId" value="${ec.user.userAccount.partyId}"/>
Is there a reason your DynamoDB classes can't use the existing EntityConditionImplBase subclasses? You wouldn't use the makeSqlWhere() method, but the other data needed to evaluate the conditions is all there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a reason your DynamoDB classes can't use the existing EntityConditionImplBase subclasses? You wouldn't use the makeSqlWhere() method, but the other data needed to evaluate the conditions is all there.
Forgot to mention, if there is a way you'd like this to work feel free to submit a patch and I'll look it over.