cancel
Showing results for 
Search instead for 
Did you mean: 

conditional navigation between layers

Former Member
0 Kudos

Hi Masters,

I have forms1,2,3 in respective layers 1,2,3. From form1 iam connecting the output port to the input port of web service. Depending on the values of the fields that come from the output port of web service, I should decide to which form i should go either to form 2 or to form 3. This vaigation should happen on clicking on the button in form1. Please help me out.

Thanks & Regards,

kaushik Sreeram

Accepted Solutions (1)

Accepted Solutions (1)

ashutosh_rastogi
Active Contributor
0 Kudos

Hello Kaushik,

Instead of having three layers. You can have two layers.

First layer should be same you have , and the second layer shoud be combination of components in 2 n 3 of your layer.

Now Store the value you are getting from webservice in a dataStore. And use the visibility condition of the components .

Example:

Then Setting the visiblity condition of (STORE@Variable == 'Yes') for one and (STORE@Variable == 'NO') for other.

I hope this helps.

Regards,

Ashutosh

Message was edited by:

Ashutosh Rastogi

Former Member
0 Kudos

Hi Ashutosh,

I have done in the way you have mentioned,and now it is working fine.

Thank you very much.

Regards,

Kaushik Sreeram

Answers (0)