Apr 14, 2016

Method Sequences



Method Calling sequences of Table


When you press CTR+N
inItValue()->


When you change data in a field
validateField()  -> validateFieldValue() ->  ModifiedField() ->  ModifiedFieldValue()


When you close the table after entering some data
validateWrite() - > Insert()  -> aosValidateInsert()


When you open the table which will contain some data
If table will contain 10 records this method is called 10 times
aosValidateRead()


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()




Reference site about Method sequences
Event Method Sequences in Form Scenarios [AX 2012]

No comments:

Post a Comment