Hello!
I need to make a post event handler on a standard insert method on a standard table (ProjValEmplProjSetup).
=>Problem the standard insert method does not exist in the table ProjValEmplProjSetup

When i use the handler there is an error because the standard method does not exist:

How do I use the standard insert method without having to create it in overlaying mode on the table.
Should I create the insert method in extension on the table? (very strange solution for standard method...)
But the super() call does not work in my extension method:

Any idea?
*This post is locked for comments
I have the same question (0)