cancel
Showing results for 
Search instead for 
Did you mean: 

Activate my istructions after insert a delivery

Former Member
0 Kudos

Hi.

I wish to activate some addon istructions after a user has pressed the ADD button and the delivery has correctly introduced.

How I can catch this event?

Thanks for your suggests.

Regards,

Veronica Vezzali

Accepted Solutions (1)

Accepted Solutions (1)

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

You must catch the item event et_ITEM_PRESSED for the formtype and for the item you want to work with.

You will receive one with BeforeAction = True and another one with BeforeAction = False.

To have the information about the form type and the item id you can use the View->Debug Information who shows all characteristics for the current selected form. For example, the button Add has UID = 1 and the delivery form has UID = 140.

There is a chapter into the UI API help where the events are explained, UI API How to...->Handle Events.

You can find 2 examples of how to work with events into the SDK UI API samples, they are called CatchingEvents and EventsFilter.

Hope it helps

Trinidad.

Answers (0)