Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <apex: pageBlockSection title="{! ($Label.MyAccount)}" collapsible="false" id="AccountSectionId">
  2. <apex: outputField value="{! account. testfield__c}" rendered="{!!if ((isUSAccount && isSBusinessProfile), true, false)}"/>
  3. <apex: inputField value="{! account. testfield__c}" rendered="{! if ((isBusinessProfile &&! isUSAccount), true, false)}"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement