+1 for this change, as defining a view entity in xml is static one its not dynamic creation at run time.
Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Sat, Feb 6, 2010 at 4:16 AM, Christopher Snow < [email protected]> wrote: > In the party component, there is a view dependent on the accounting > component: > > <view-entity entity-name="PartyAcctgPrefAndGroup" > package-name="org.ofbiz.party.party" > title="PartyAcctgPreference and PartyGroup Entity"> > <member-entity entity-alias="PTYACCPREF" > entity-name="PartyAcctgPreference"/> > <member-entity entity-alias="PTYGROUP" entity-name="PartyGroup"/> > <alias entity-alias="PTYACCPREF" name="partyId"/> > <alias entity-alias="PTYACCPREF" name="baseCurrencyUomId"/> > <alias entity-alias="PTYGROUP" name="groupName"/> > <view-link entity-alias="PTYACCPREF" rel-entity-alias="PTYGROUP"> > <key-map field-name="partyId"/> > </view-link> > </view-entity> > > Should this view be relocated to the accounting component? > > Many thanks in advance... >
