Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.