What is the difference between SaveEdit and FieldEdit?

Showing Answers 1 - 5 of 5 Answers

raja

  • Mar 15th, 2005
 

field editUse- Is used to validate the data fires - when user tries to change the fieldsave editUse - is also used to validate the datafires- when user tries to save the page

  Was this answer useful?  Yes

wyangw

  • May 4th, 2005
 

FieldEdit validates value in the field. SaveEdit validates all fields on the page.

  Was this answer useful?  Yes

Murali

  • Jul 20th, 2005
 

Field Edit peoplecode is fired when you try to change the value of a field on the page and Save Edit peoplecode is fired when you try to save the page. Both validates data but Field Edit peoplecode is used to validate the data for only that particular field which is changed and Save Edit peoplecode is used to validate all the data changes made to the fields on the page.

arundgati@yahoo.com

  • Jun 21st, 2006
 

Field edit can be used to locally check the syntactial errrors made by end user( mostly). It can be used for conplex checking operations too but rarely.

Save edit is used to check the logical existance or invalid datta inputs.It can be used for conplex checking operations.

Example if a broker  becomes ineffective after a perticualr date, and if some calculations are done after that date, logic can be written in save  edits to stop further processing and help the user identify another broker whose effictive date is valid for the date specified.

  Was this answer useful?  Yes

nsivudu

  • Mar 27th, 2008
 

Save Edit people code performs once the user tries to save the component. It is used to validate data before it is updated on the database.

Field Edit People code is performed after a field has changed and the new value of the field satisfies the standard system edits. This event only fires on the specific field and row that just changed.

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