Understanding the Build Triggers Option

The Build Triggers option performs these steps:

  • Converts event rules to C source code.

    This creates the files OBNM.c and OBNM.hxx (where OBNM is the Object Name). The source file will contain one function per TER event.

    For example, if you are working with the F0411 table, the Build Triggers option creates a C source member called F0411.c. You can browse through the C code and ensure that all of the parameters are set up correctly. The system generates an error log if an error occurs during the ER-to-C conversion. The error log is called eF0411.log.

  • Compiles the new functions and adds them to JDBTRIG.DLL. This is the consolidated DLL that contains TER functions.