In your row actions, run the service getPartyNameForDate, passing in
the partyId and optional Y/N for lastNameFirst variable and optional
compareDate
--- Christopher Snow <[EMAIL PROTECTED]> wrote:
> I have a field that is returned in a form list:
>
> <field name="riskOwnerPartyId" title="${uiLabelMap.Owner}">
> <display-entity entity-name="Party" key-field-name="partyId"/>
> </field>
>
> I would like to display "Party.lastName, Party.firstName" and not the
> partyId.
>
> How can I do this?
>
> Many thanks ...
>