Monday, 17 September 2012

Important Technical Points

1. Difference between  insert and doinsert() method in Table Methods?
 Calling DoInsert ensures that any Axapta X++ code written in insert method of the record is not executed.
 doinsert() is used for bypassing the insert method on that table.
Calling Insert always executes the Axapta X++ code written in the Insert method of the record.

No comments:

Post a Comment