Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

How to add a pop-up selection window?

Avatar

Level 4

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