Guest User

Untitled

a guest
Jan 13th, 2016
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <apex:outputLink value="https://cs21.salesforce.com/{!relatedto.Id}">Link</apex:outputLink>
  2.  
  3. <apex:outputLink value="{!URL.getSalesforceBaseURL().toExternalForm() + '/' +{!relatedto.Id}">Link</apex:outputLink>
  4.  
  5. <apex:outputLink value="!URL.getSalesforceBaseURL().toExternalForm() + '/' +{!relatedto.Id}"></apex:outputLink>
Advertisement
Add Comment
Please, Sign In to add comment