• Anil Kumar 630
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 2
    Questions
  • 1
    Replies
<apex:page standardController="Account" recordSetVar="Acc">

            <apex:form >
            
                <apex:pageBlock >
                
                    <apex:pageBlockTable value="{!Acc}" var="con">
                        <apex:column value="{!Con.Name}"/>
                        <apex:column value="{!Con.Phone}"/>
                        <apex:column value="{!Con.Fax}"/>
                        
                    
                    
                    </apex:pageBlockTable>
                
                <apex:pageBlockButtons >
                    <apex:commandButton value="Next" action="{!Next}"/>
                     <apex:commandButton value="Previous" action="{!Previous}"/>
                
                </apex:pageBlockButtons>
                </apex:pageBlock>
            
            
            </apex:form>


                    
    
</apex:page>

 
<apex:page standardController="Account" recordSetVar="Acc">

            <apex:form >
            
                <apex:pageBlock >
                
                    <apex:pageBlockTable value="{!Acc}" var="con">
                        <apex:column value="{!Con.Name}"/>
                        <apex:column value="{!Con.Phone}"/>
                        <apex:column value="{!Con.Fax}"/>
                        
                    
                    
                    </apex:pageBlockTable>
                
                <apex:pageBlockButtons >
                    <apex:commandButton value="Next" action="{!Next}"/>
                     <apex:commandButton value="Previous" action="{!Previous}"/>
                
                </apex:pageBlockButtons>
                </apex:pageBlock>
            
            
            </apex:form>


                    
    
</apex:page>

 
i want to update bulk record . in Object email field is mandatory ,i want to update with N/A all records