Guest User

Untitled

a guest
Jan 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. </apex:pageBlockSectionItem>
  2. <apex:repeat value="{!$ObjectType.Student__c.FieldSets.All_Student_Field_Set}" var="allfields">
  3. <apex:inputField value="{!Student__c[allfields]}"/>
  4. </apex:repeat>
  5. </apex:pageBlockSection>
  6. </apex:pageBlock>
Add Comment
Please, Sign In to add comment