You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jan Moxter edited this page May 6, 2016
·
2 revisions
Trigger
eFaps Triggers are not triggers that are executed by the Database. The database is only used as container for data and never for data manipulation. Triggers for eFaps are event listeners that are executed on different event. For example on creation of an object the Before create, Overwrite create, After create will be invoked. The trigger actually invoke ESJPs enabling the developer to execute whatever event he seems fit, instead of only data manipulation. For example the sending of email automatically created on registering a new Invoice.