cancel
Showing results for 
Search instead for 
Did you mean: 

what is a bubble event???

Former Member
0 Kudos
1,744

i m confuse in bubble event? can anyone help me by sending a URL needed.?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In order to activate your own forms instead of SAP Business One system forms Bubble events are used.If we change BubbleEvent to False SAP Business One won't process it.To stop SAP Business One from processing the event unmark the following statement BubbleEvent = False else True.

rasmuswulff_jensen
Active Contributor
0 Kudos

BubbleEvent:

Specifies whether or not the application will continue processing this event:

True = Default. the application handles this event regularly.

False = the application quits its handle to this event.

This lets you insert your own event handler before returning control to the application event handler, instead of the application event handler, or after returning control to the application event handler.

The bubbleevent need to be set while pVal.BeforeAction is True. Else it does not block anything...