• Sandeep Reddy 288
  • NEWBIE
  • 10 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 6
    Replies
Steps
-understand what are the fields available on account page layout
-Develop a VF page with account as standard controller
Write an apex program, to Synchronize the Accounts Data into the associated
        Contact Records automatically based on the Account Name, as below.
            Acocunt Field            Copied to Contact
            ------------------------------------------
              Account:Phone                --->     Contact:Phone
              Account:Fax                --->     Contact:Fax
              Account:BillingStreet     --->     Contact:MailingStreet    
              Account:BillingCity       --->    Contact:MailingCity      
              Account:BillingState      --->    Contact:MailingState     
              Account:BillingPostalCode --->    Contact:MailingPostalCode
              Account:BillingCountry    --->    Contact:MailingCountry   
Write an apex program, to Auto Populate the AnnualRevenue of the Accounts
        based on the Industry Name as below.
            Industry Name            AnnualRevenue
            ---------------------------------------
                Banking                1,45,00,000
                Finance                2,00,00,000
                Manufacturing        1,90,00,000
                Energy                85,00,000
                Education            90,00,000
Write an apex program, to Synchronize the Accounts Data into the associated
        Contact Records automatically based on the Account Name, as below.
            Acocunt Field            Copied to Contact
            ------------------------------------------
              Account:Phone                --->     Contact:Phone
              Account:Fax                --->     Contact:Fax
              Account:BillingStreet     --->     Contact:MailingStreet    
              Account:BillingCity       --->    Contact:MailingCity      
              Account:BillingState      --->    Contact:MailingState     
              Account:BillingPostalCode --->    Contact:MailingPostalCode
              Account:BillingCountry    --->    Contact:MailingCountry   
Write an apex program, to Auto Populate the AnnualRevenue of the Accounts
        based on the Industry Name as below.
            Industry Name            AnnualRevenue
            ---------------------------------------
                Banking                1,45,00,000
                Finance                2,00,00,000
                Manufacturing        1,90,00,000
                Energy                85,00,000
                Education            90,00,000