Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

How to add a pop-up selection window?

Avatar

Level 3

Hi,

I know use below script, there will be an error window alert when @id is not null by using the <error> tag?

    <leave>

      <check expr="[@id] != ''">

        <error>You must specify a list.</error>

      </check>

    </leave>

But how a build a confirm window where we can choose "yes" or "no"?

Thanks,

Felix

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

The xtk:job form has a container attribute askConfirmation="true".

It's part of a wizard's soap call, though maybe can be used here.

Thanks,

-Jon

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

The xtk:job form has a container attribute askConfirmation="true".

It's part of a wizard's soap call, though maybe can be used here.

Thanks,

-Jon