I have this piece of code in viewSalesOpportunity in OpportunityForms.xml
<field name="accountPartyId" position="1"
title="${uiLabelMap.SfaInitialAccount}" map-name="accountParty"
field-name="partyId">
<display-entity description="${firstName} ${lastName} ${groupName}
[${partyId}]" entity-name="PartyNameView"/>
<hyperlink target="/sfa/control/viewprofile" target-type="inter-app"
description="${firstName} ${lastName} ${groupName} [${partyId}]">
<parameter param-name="partyId"/>
</hyperlink>
</field>
But it doesn't deliver what I want.
Any suggestions?
Regards,
Pierre
2010/6/11 Pierre Smits <
[hidden email]>
> Hi all,
>
> How do I get the opportunity to show the url to the initial account when
> viewing an opportunity?
>
> Regards,
>
> Pierre
>