Hi.
I can't find this information in the doc (most probably because of my english).
Is there a way to call the "parent" trigger when overriding it in a form ?
To be more clear, let's say I have an entity with some specific code in the trigger (for example the write trigger).
Then I have a form with this entity, and I want to add a specific code, but only when in this form.
A solution could be to copy the original trigger code and add what's needed. But by doing that I will duplicate code.
Another solution could be to add my specific code in the entity with a test, but it will mean to recompile all the forms with the entity.
So what I'm asking, is there a way to do something like this in an entity in a form
trigger write
call MyEntity.trigger(write)
do this
do that
end
Thanks.
------------------------------
Jean-marc Salis
Mp Services
Montauban Cedex FR
------------------------------
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.




