Understanding Table Event Rule Triggers
To create table event rules, you must:
Create the table trigger in Event Rules Design.
Generate the JD Edwards EnterpriseOne table trigger as C code.
Build the table trigger.
When you build table triggers, the system performs these actions:
Converts the event rule to C source code, which creates the files OBNM.c and OBNM.hxx (OBNM = Object Name).
The source file contains one function per table event rule event.
Creates a make file to compile the generated code.
Runs the make file to compile the new functions and to add them into JDBTRIG.DLL.
This consolidated DLL contains table event rule functions.