cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Customize for Data Package Manager

Former Member
0 Likes
183

Hi Experts,

I've got one another tricky question.

I'm designing the DPM, I want to know if there any way I can use the condition for NEXT.

Let me give you an example:

First Screen

1. Select Country

The Screen will be like with Radio Button

- Germany

- United States

and NEXt

Second Screen

2. Select City

The Screen will be like with Radio Button

If I choose Germany in First Screen

should only appear

- Berlin

- Munich

If I choose United States

should only appear:

- New York

- Miami

then etc...

It is possible to do this level customization like IF?

Thanks.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Same answer! Not possible!

DM advanced script is VERY limited, no conditions, no text processing, only concatenation of stings.

Vadim

Former Member
0 Likes

What is the solution for this?

Designing a VB Form?

former_member186338
Active Contributor
0 Likes

The only thing you can do is to implement complex VBA

To create your own input screens with required conditions!

Vadim

former_member186338
Active Contributor
0 Likes

P.S. You have to redesign the code provided in the link to support MDOF chain. Also you have to create the required input forms logic.

Answers (0)