Form:
Sequence of Methods calls while opening the FormForm-init () Form-datasource-init () Form-run () Form-datasource-execute Query () form-datasource-active ()
Sequence of Methods calls while closing the FormForm-canclose () Form-close ()
Sequence of Methods calls while creating the record in the FormForm-datasource-create () Form-datasource-initvalue () Table-initvalue () form-datasource-active ()
Sequence of Method calls while saving the record in the FormForm-datasource-validatewrite () Table-validatewrite () Form-datasource-write () Table-insert ()
Sequence of Method calls while deleting the record in the FormForm-datasource-validatedelete () Table-validatedelete () Table-delete () form-datasource-active ()
Sequence of Methods calls while modifying the ' fields ' in the FormTable-validatefield () Table-modifiedfield ()
Table:
When you press ctr+n
InitValue ()
When you change the data in a field
Validatefield (), Validatefieldvalue (), Modifiedfield (), Modifiedfieldvalue ()
When you close the table after entering some data
Validatewrite () –> Insert (), Aosvalidateinsert ()
When you Save the Record for the first time
Validatewrite ()->insert () –> Aosvalidateinsert ()
When you modify the record and saving
Validatewrite (), update () –> aosvalidateupdate ()
When you delete the record
Validatedelete (), delete (), Aosvalidatedelete () http://axvuongbao.blogspot.jp/2013/09/ Sequence-of-methods-in-form-and-table.html
AX # Sequence of methods in form and table in AX