-
“Apex Output Link” is not Working in Salesforce Visualforce Template?
<apex:outputLink> is not Working in VisualForce Template(i.e. I want to open Account on Click of its Name).
Here’s the line of Code, in which i am usting <apex:outputLink>:
<apex:outputLink value=”/{!relatedTo.id}” target=”_parent” >{!relatedTo.Name}</apex:outputLink>
Log In to reply.