Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Executed when a user inserts a new record into the table.
Applies To
Tables
Remarks
This trigger is executed before default insert behavior occurs. The new record is not inserted if an error occurs in the trigger code.
In tables where records are entered in pages that have the DelayedInsert Property set to Yes, we recommend that you write any code that is in an OnInsert trigger so that it will always succeed. For example, this applies to journal lines.