You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VF pages on layouts are rendered as an iframe. Clicking the record id link on a generated CRL page that's been placed on a detail layout renders the linked record inside the iframe: https://app.box.com/s/7pc30hequ3ph7wbkahsjir2dnvorivok
The generated link should be: <apex:outputLink value="/{!row.Id}" target="_parent">{!row.id}</apex:outputLink>
The text was updated successfully, but these errors were encountered:
VF pages on layouts are rendered as an iframe. Clicking the record id link on a generated CRL page that's been placed on a detail layout renders the linked record inside the iframe:
https://app.box.com/s/7pc30hequ3ph7wbkahsjir2dnvorivok
The generated link should be:
<apex:outputLink value="/{!row.Id}" target="_parent">{!row.id}</apex:outputLink>
The text was updated successfully, but these errors were encountered: