Does SAVEEDIT saves first and then apply validations to all fields? OR does it apply validations to all fields first and then SAVE?

Showing Answers 1 - 5 of 5 Answers

priya

  • Mar 10th, 2006
 

SAVE EDIT FIRST VALIDATES ALL THE FIELDS ON THE COMPONENT AND THEN WHEN NO ERRORS IT SAVES. IF WARNING MESSAGES POP UP YOU CAN STILL SAVE BUT IF ERROR MESSAGES COME UP YOU TO CORREST ERRORS FIRST.

  Was this answer useful?  Yes

Aparna

  • Apr 18th, 2006
 

In SaveEdit event,first all fields are checked for business rules and validations are carried out on all fields. If any of the values of fields doesn't satisfy any of the business rule,warning or error message get generated depending on the severity. For warning messages,those get printed in the .log file and CI get saved irrespective of the warning messages.But for error messages CI doesn't get saved and processing gets stoped.

Ruchi

  • Jun 8th, 2017
 

As I know, SaveEdit applies validations before saving. Once all validations are done, it will save.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions