Will table trigger be fired using C/FRONT?

If I were to use C/FRONT to insert a record into a table, will any of the trigger in the table be fired? Also is there anyway I could invoke a codeunit using C/FRONT? Thanks in advance

C/Front will not trigger any code. That is what NAS is for. If NAS is too complx, you can use the OnTimmer trigger in a form to call your code.