Den 22. maj 2008 10:25 skrev development-axapta@yahoogroups.com:

> There is a method call "projtable.doInsert()" in
> classes/ProjtableType/Insert method.I want to know what does this
> method actually does.

It inserts the record in the table. It has the same functionality as the 
super() call in the Insert method - so when calling the doUpdate method no 
"extra" application code is executed (as could be the case if the .Insert 
method is overwritten).


Take care
  Søren

Reply via email to