Skip to content

Instantly share code, notes, and snippets.

@amitkumarRoy
Created August 30, 2018 10:22
Show Gist options
  • Save amitkumarRoy/29082cfdb9f65381f084c2825de87131 to your computer and use it in GitHub Desktop.
Save amitkumarRoy/29082cfdb9f65381f084c2825de87131 to your computer and use it in GitHub Desktop.
<apex:page controller="InhetitedSharingClasss">
<apex:repeat value="{!AllAccount}" var="record">
{!record.Name}<br/>
</apex:repeat>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment