function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jd123jd123 

How can I enable Contact and Account information in to the Customer Portal.

Hi,

 

 I have enabled two tabs(Object1, Object 2) into the customer portal.

These two objects have the lookup to Account and Contact. After creating Object1 record I can the account and contacts but the link is not coming. When I click on the link the page should navigate to Account or Contact page.

 

Any help is Appreciated.

sekharasekhara

Hi ,

 

    Did check that did u enable fields in Customer Portal Profiles or not.

jd123jd123

Hey in my custom objects i have Account field. It showing the Account Name but the link is not coming i don't know why it is not coming but i want when i click on the link the pag should navigate to Account page.

sekharasekhara
<apex:outputLink value="/{!a.Id}">{!a.name}</apex:outputLink>

Try this one.

jd123jd123

It is not a visualforce page Standatd page.
the account is lookup so automatically it should come with the link. account link is showing in the SFDC account but not in Customer Portal, Is i need give any permssions or Am i missing anything pelase any one help me.