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

Warning : DialogTable: Event PostSync is not defined.

Hi,

We have a custom table and an INSERT process tagged to it. Upon executing the synchronization from synchronization editor, as seen in the jobqueue, it triggers that INSERT event.

However, the script that is tagged to that INSERT event does not run at all. 

All of the INSERT events that were triggered remained in the jobqueue.

- Synchronization is fully functional and we could see all of the rows in the custom table.

- However, the script did not run. We have even put logs (VID_Write2Log) in the scripts, but none executed.

We found the following from the jobqueue:

"Warning : DialogTable: Event PostSync is not defined. 

The event Postsync was triggered for 1 object(s) of type DialogTable."

Before this, it was actually working perfectly from end to end.

We were suspecting if any of the configuration parameters in Designer that we may have accidentally edited that may have caused this issue.

Any idea that it may be a process orchestration issue? We doubt it is, because before it was working, we did not configure any processes.

Thank you!