is table events solution specific?

hi!

I went to the Table Events tab and there I saw my solution and the modules attached to it. I placed methods for onRecordUpdate, onRecordInsert, and onRecordDelete. If there are other servoy solutions accessing the same table, will the pre-xxx functions be called as well?

If the table events are in the solution or one of it’s modules, then they are executed.

Joas:
If the table events are in the solution or one of it’s modules, then they are executed.

Thanks Joas.

So it is safe to deploy a separate solution in the same server without triggering the pre-xxx functions that was defined from another solution? :)

rogel:
So it is safe to deploy a separate solution in the same server without triggering the pre-xxx functions that was defined from another solution? :)

Yes, that is safe.