url to account in opportunity

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

url to account in opportunity

Pierre Smits
Hi all,

How do I get the opportunity to show the url to the initial account when
viewing an opportunity?

Regards,

Pierre
Reply | Threaded
Open this post in threaded view
|

Re: url to account in opportunity

Pierre Smits
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
>