difference between insert and doinsert

Hi all

What is actually difference between insert and doinsert method ?

Hi,

Actually doinsert() is used for bypassing the insert method on that table.

Hi,

Calling DoInsert ensures that any Axapta X++ code written in insert method of the record is not executed.

Calling Insert always executes the Axapta X++ code written in the Insert method of the record.

Regards,

Anitha

Thanks a lot for the reply