cancel
Showing results for 
Search instead for 
Did you mean: 

Event for the adding of a new record

Former Member
0 Kudos

HI friends

What is the event that allow me to "do something" when I add a new Row on a matrix object ?

For example , i add a new article on a invoice form....

When it happens i would that a class variable changes his value.

Is it possible?

Thank you very much!

Giammi

Accepted Solutions (1)

Accepted Solutions (1)

FOA
Advisor
Advisor
0 Kudos

Hi Giammichele,

In the following thread it's described a similar case to yours. I think this will indicate you how to implement it.

Regards,

Felipe

Answers (1)

Answers (1)

Former Member
0 Kudos

hello Giammi,

a new line will be added :

- When a user enters a new item Code

- When he makes a right click and choose Add Row.

in the first case, you can try to catch the event et_Validate on the column item code of the matrix.

in the second case, it's a Menu Event.

the menuUID Add row is number 1292