cancel
Showing results for 
Search instead for 
Did you mean: 

How open a service order using event handling

Former Member
0 Kudos

HOw to open a service order using event handling

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member191572
Contributor
0 Kudos

Hi,

To navigate to service order screen u need create a outbound Plug. This outbound plug need to be call in your event handler For refernce in the component BT116H_SRVO check the Event handler-EH_ONHEADEROV

devendervb
Contributor
0 Kudos

Hi,

Can you explain your requirement elaborately.

I understand from it as, you want to open Service order creation page, based on some event(may be submit button).

For that technically you can use navigation->goto_page('Provide the URL').

or you can use inbound-plug and out-bound plug concept for naviagation.

Regards,

Devender V