I am getting this error:
Target exception: org.ofbiz.entity.GenericEntityException: Helper name not
found for entity
>From webtools entitymaint
On this new Entity I just added:
<!-- Simple entity to store a list of statements that a user wants to
print -->
<entity entity-name="StatementPrintList"
package-name="org.ofbiz.accounting.ar"
title="A list of customers that will have statements printed.">
<field name="partyId" type="id-ne"/>
<field name="partyName" type="name"/>
<field name="userLoginId" type="id-ne"/>
<prim-key field="partyId"/>
<prim-key field="userLoginId"/>
<relation type="one" rel-entity-name="Party">
<key-map field-name="partyId"/>
</relation>
</entity>
I've seen this before, but for the life of me can't remember what the cause
it. Does anyone remember?
Skip