Guest User

Untitled

a guest
Jan 22nd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <apex:repeat value="{!$ObjectType.Account.fieldsets.Master_Application_Field_Set}" var="fieldValue">
  2. <apex:outputLabel value="{!fieldValue.FieldPath}"/>
  3. <apex:Inputfield value="{!Account[fieldValue]}"/>
  4. </apex:repeat>
Add Comment
Please, Sign In to add comment