cancel
Showing results for 
Search instead for 
Did you mean: 

In Road Map

Former Member
0 Kudos

Hi Friends,

i am new to WEBDYNPRO.

I have a problem in ROADMAP.

for Ex.

1->2->3

when i am clicking on 3 its going that view.

but when i will click directly 3 it won't trigger that view and insted of give some message.

Please help me.

thanks,

vasu.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

you must have proper outbound plug from where you'll be navigating.

View0 is the one having Roadmap.

View1 is the view showing up while clicking Step 1.

View2 is the view showing up while clicking Step 2.

View3 is the view showing up while clicking Step 3.

In this scenerio you must have 3 outbound plug which is linked with each inbound plug of other views.

check and tell me still error persists.

Former Member
0 Kudos

Hi ,

In On_Navigation method write switch case .

method ON_NAVIGATE .

CASE target.

WHEN '1'.

wd_this->fire_to_so_plg(

).(This is outbound plug).

WHEN '2'.

wd_this->fire_to_meth_plg(

).

WHEN '3'.

wd_this->fire_to_gm_plg(

).

ENDCASE.

Reward if useful.

Regards,

Muneesh Gitta.

Former Member
0 Kudos

Hi,

Make sure that you have set the same method you are using to navigate the next, previous buttons as the event handler for the onSelect event of the roadmap.

Regards

Wenonah

Former Member
0 Kudos

elaborate more.... because it should go to that view.

Exactly what error is showing?