cancel
Showing results for 
Search instead for 
Did you mean: 

EventHandler call Action does not work C4C

Former Member
0 Kudos

I created an action in the opportunity extension.

Then I tried to execute this action via an EventHandler with the BOAction operation where I bound the action.

The Event Handler gets called in the OWL for the New button Before QuickCreate Navigation.

But when I set a break point in my action it never gets executed.

What am I doing wrong?

Do I need some other kind of action to run some ABSL code in the OWL?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member240914
Participant

Hi Peter,

As per your explanation, the action should work. Please check the following.

1) Make sure the action is bound correctly to the event handler.

2) When testing from OWL, select a line and click on the action, as action always require an instance.

3) In case, if you have patch vs original solution, please check which solution is enabled and accordingly put the break points.

4) When the action and script file is added, make sure to activate at the BO level.

Let me know if this helps or if you have already figured out the issue 🙂

Thanks & regards

Pramodh