• LisaHaigy
  • NEWBIE
  • 0 Points
  • Member since 2017
  • Salesforce Administrator


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I am new to VFP and need to hide a field for certain profiles and not sure how or where to put the restriction.  Below is the field I need to hide.

<apex:pageBlockSectionItem id="AccessSI" >  
                            <apex:outputLabel value="Access" for="Access" />
                            <apex:outputPanel styleClass="requiredInput" layout="block">
                                <apex:outputPanel styleClass="requiredBlock" layout="block"/>
                                <apex:inputField value="{!Call.Access_del__c}" id="access">
                                <apex:actionSupport event="onchange" action="{!outcomecheck}" reRender="koc,kocbar,buttons,kocselect" />
                                </apex:inputField>
                            </apex:outputPanel>
                        </apex:pageBlockSectionItem>