This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DPRJournal INSERT event not fired by sychronization run from process

Hi,

I have a process attached on DialogDatabase with custom event the run scheduled.

This process run a synchronization.

To send me report of tha synchronization I attached a process to the INSERT event on the table DPRJournal.

But when the scheduled process fnish run the synchronization step (creating a row in DPRJournal) my process on the insert event on DPRJournal is not fired.

If I fire the INSERT event from ObejctBrowser on DPRJournal table it works.

Why not  from a process?

Thanks

  • I've got the problem.

    When the row in DPRJournal is created the the value ProjectionState is initially empty.

    I put a generating condition in the starting step to check this value.

    So I simply change the event for process creation to UPDATE instead of checking that ProjectionState is changed