• cvb
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 4
    Replies

Account  sobject here two record types (1= test1 (2=test2 but my requirement is Annuaval Revenue field is hide on test2 account but override the buttons new ,view, edit

  • March 04, 2013
  • Like
  • 0
  • Create a visual force page that resembles an Excel sheet.
  • By default the page should have 10 rows and 3 columns ( Employee PS #, Name, Email Address )
  • It should have dynamic capability to add / remove rows using javascript/Jquery
  • The VF page should have a button to Save data.  The save button should be enabled only when edits are done on the VF page.  Whenever there are any changes on the page it should have a message on top of the page stating “There are unsaved changes”.
  • On click of save store the data in a custom object (Employee) in the back end.
  • Only Save button should call the controller and all the remaining should be handled in the VF Page.
  • February 20, 2013
  • Like
  • 0

Account  sobject here two record types (1= test1 (2=test2 but my requirement is Annuaval Revenue field is hide on test2 account but override the buttons new ,view, edit

  • March 04, 2013
  • Like
  • 0
  • Create a visual force page that resembles an Excel sheet.
  • By default the page should have 10 rows and 3 columns ( Employee PS #, Name, Email Address )
  • It should have dynamic capability to add / remove rows using javascript/Jquery
  • The VF page should have a button to Save data.  The save button should be enabled only when edits are done on the VF page.  Whenever there are any changes on the page it should have a message on top of the page stating “There are unsaved changes”.
  • On click of save store the data in a custom object (Employee) in the back end.
  • Only Save button should call the controller and all the remaining should be handled in the VF Page.
  • February 20, 2013
  • Like
  • 0