Question

Invoice creation event action?

  • 25 March 2024
  • 1 reply
  • 25 views

Userlevel 5
Badge +15

Hello,


I’ve created an invoice creation event action to trigger a workflow that is supposed to be executed every time an invoice row is added to the INVOICE_TAB but for some reason, even though IFS creates new entries with new Invoice IDs in this table, they do not trigger the custom event and event action when a correction or credit invoice is created off of an invoice.

Any idea on why this is and when some limitation like this might occur again in other areas? is this just a different table/view I have to focus on for my custom event?

Thanks,
Bryan


1 reply

Userlevel 3
Badge +5

Im not sure about the correct table though but from workflow point of view there is a scenario If the table CRUD operation happen through a background job, such event triggers are not picked up from workflows that trigger using AFTER timing. Can you try setting the workflow Timing to Asynchronous and try again.   

Reply