Hello,
do anybody know if it's possible to write code in a special
table and a special trigger after i pressed a button or something?
e.g. Table: 23 Trigger: OnInsert Code to write after an event: messagebox('test')
I hope you know what i mean.
Thanks.
RedStripe
0
Answers
Jan Hoek
Product Developer
Mprise Products B.V.
RIS Plus, LLC
modified. I thought of writing code in the onModify-Trigger in the
specific table during run-time.
First I tried the onGlobalModify Trigger in CU1 but it does not work,
my code was not executed...
Is it possible to make changes in CU1? If yes - why Navision ignored my
code, although the onGlobalTrigger was fired???
RedStripe
Anyway u can do some code into CU 1 and it will be done.
I downloaded a tool here on mibuso and looked how it works.
Inside the tool there was some code in CU 1 in the LogInStart() Trigger.
The user who coded it did say a few words about. One thing i remember that he said the code must be after the orginal code.
If this don't work in ur trigger u want it to work then maybe the trigger is not designed for use it in this way u want. I didn't look much into CU 1 so i don't know all possible and avalible Triggers but maybe try another trigger?!
Did you logout and login after changing CU 1?
If not, try it again.
br
Josef Metz
Josef Metz
...i wrote my code after the original code and i did a new login.
DANKE!