• vijay kumar 300
  • NEWBIE
  • 20 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hi All,


When ever new Account record is successfully created  the create the corresponding  contact record for the account with
account name as contact lastname
account phone as contact phone
Hi,

I have created a simple visualforce page with a standard controller, but it's not fetching the data from the Account object.please help me.Below is my code snippet.
<apex:page standardController="Account" recordSetVar="Account">
 <apex:form >
  <apex:pageBlock title="All Accounts">
   <apex:pageBlockTable value="{!Account}" var="a">
    <apex:column value="{!a.Name}"/>
    <apex:column value="{!a.AccountNumber}"/>
   </apex:pageBlockTable>
  </apex:pageBlock>
 </apex:form>
</apex:page>

any help would be appreciated
 
Hi All,


When ever new Account record is successfully created  the create the corresponding  contact record for the account with
account name as contact lastname
account phone as contact phone
Hi,

I have created a simple visualforce page with a standard controller, but it's not fetching the data from the Account object.please help me.Below is my code snippet.
<apex:page standardController="Account" recordSetVar="Account">
 <apex:form >
  <apex:pageBlock title="All Accounts">
   <apex:pageBlockTable value="{!Account}" var="a">
    <apex:column value="{!a.Name}"/>
    <apex:column value="{!a.AccountNumber}"/>
   </apex:pageBlockTable>
  </apex:pageBlock>
 </apex:form>
</apex:page>

any help would be appreciated