Welcome Guest. Sign in or Signup

3 Answers

Error in SavePostChange

Asked by: 6172 views PeopleCode

Will the Component Processor save the data in the Component Buffer to the Database if an Error occurs in the SavePostChange PeopleCode?

Related Questions

3 Answers



  1. Mehak on Mar 21, 2012 Reply

    Yes as Savepostchange is fired after database is updated.

    -17 Votes Thumb up 0 Votes Thumb down 0 Votes

  2. Best Answer


    altab khan on May 17, 2012 Reply

    During the SavePostChange event execution if error or warning occur then it will be run time error. only after the successful complication of SavePostChange the system issues the SQL COMMIT. So the data that is in the Component Buffer will not save to the Database.

    +3 Votes Thumb up 0 Votes Thumb down 0 Votes



    • sagarpkulkarni on Oct 22, 2012 Reply

      No, the Component Processor will not save the data in the Component Buffer to the Database if an Error occurs in the SavePostChange PeopleCode, because only after the successful complication of SavePostChange the system issues the SQL COMMIT.

      +5 Votes Thumb up 0 Votes Thumb down 0 Votes


Answer Question