Results 1 to 4 of 4

Thread: PeopleCode question

  1. #1
    Junior Member
    Join Date
    Nov 2007
    Answers
    2

    PeopleCode question

    What is the difference between prebuild & Postbuild and fieldEdit&SaveEdit ?


  2. #2
    Junior Member
    Join Date
    Dec 2007
    Answers
    5

    Re: PeopleCode question

    Field edit: It validates the data in the specific field

    Save edit: It validates the all fields when we press the save button.


  3. #3
    Junior Member
    Join Date
    Jun 2009
    Answers
    1

    Re: PeopleCode question

    Prebuild :
    The PreBuild event is initiated before the rest of the component build events. This event is often used to hide or unhide pages.
    It’s also used to set component variables.

    Postbuild :
    The PostBuild event is initiated after all the other component build events have been initiated.
    This event is often used to hide or unhide pages. It’s also used to set component variables.
    PostBuild PeopleCode is only associated with components.


  4. #4
    Expert Member
    Join Date
    Apr 2008
    Answers
    215

    Re: PeopleCode question

    Prebuild: To declare the Componant variables, to change the properties of the Componant, pages and page fields. Validations are not possible.
    Postbuild: To declare the Componant variables, to change the properties of the Componant, pages and page fields.Here validations possible. Post build peoplecode will execute only one time after all rows loaded to componant.
    Field edit: validate the field value programmatically. For each field change a transaction to the application server to the database is taken place.
    Save edit: It validates the data across the componant.. For all the fields only one transaction to the application server to the database is taken place.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact