Advertisement
Learnify_Rectify

Use Simple Variables and Formulas

Jun 27th, 2024
1,988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | Source Code | 0 0
  1. Use Simple Variables and Formulas from (module - Visualforce Basics)
  2.  
  3. -------------------------------------------------
  4. SOURCE CODE: DisplayUserInfo(Visualforce page)
  5.  
  6.  
  7. <apex:page>
  8. <apex:pageBlock title="User Status">
  9. <apex:pageBlockSection columns="1">
  10. {! $User.FirstName }
  11. </apex:pageBlockSection>
  12. </apex:pageBlock>
  13. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement