Sequence of events fire when you click save button?

Showing Answers 1 - 13 of 13 Answers

Ramya

  • Aug 24th, 2006
 

SaveEdit

SavePreChange

Workflow

SavePostChange

shahidehsan

  • Nov 12th, 2006
 

NEED GOOD MATERIAL IN a/p,ar.inventory,purchasing,gl if possible.

  Was this answer useful?  Yes

bamaboy

  • Apr 13th, 2009
 

1.SaveEdit Event
2.Save Prechange
3.Workflow
4.SavePost change

SaveEdit is intiated when a component is saved.It is used to validate the consistency of the data in the component fields.It is used when  more than one component field is to be validated.

Saveprechange is intiated before the component is updated in the database.

Workflow:
It executes immediately after Saveprechange event and before the database updates preceeds the Savepostchange event.

SavePostchange is intiated after the component is updated in the database.After the updation is done sucessfully it automatically issues commit statement.

  Was this answer useful?  Yes

amitsk_00

  • Jul 9th, 2009
 

To add to all this, if deferred processing is started, then if any pending FieldEdits/FieldChange are also executed before SaveEdit starts.

  Was this answer useful?  Yes

Syed Osama Ashraf

  • Aug 31st, 2020
 

SaveEdit

  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