Share via


ShipCarrierStaging::createDBTrigger Method

Creates the insert trigger on the ShipCarrierStaging table.

Syntax

server public static void createDBTrigger()

Run On

Server

Remarks

Since the ODBC will insert into this table from outside of Microsoft Dynamics AX, the table must insert a trigger that generates the record ID and the record version.This method will call the appropriate code to create the trigger for the current backend database. For an SQL Server database it calls the method.

See Also

ShipCarrierStaging Table

ShipCarrierStaging::createSQLTrigger Method