Gil Portenseigne created OFBIZ-5895:
---------------------------------------
Summary: Add a partyHelper method to get partyName history, giving a reference date.
Key: OFBIZ-5895
URL:
https://issues.apache.org/jira/browse/OFBIZ-5895 Project: OFBiz
Issue Type: New Feature
Components: party
Affects Versions: Trunk
Reporter: Gil Portenseigne
Priority: Minor
Keeping the track of name change is good, but i haven't found a way to easily show the name of a party in the past.
This new method might be used to display a party name, which has change in time, giving a date of reference, for instance :
<field name="partyName"><display description=" ${groovy: return org.ofbiz.party.party.PartyHelper.getPartyNameHistory(delegator, partyId, false, actualStartDate);}"/></field>
Will display the name of partyId in actualStartDate time
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)