5 respuestas
You can make that fied as a link using apex:outputLink as below.<apex:outputLink value="/{!Case.Id}"> <apex:outputText value="{!DO ⌗ field}"/></apex:outputLink>That should make that field as a link and clicking on that will navigate to the case record.