How to add a pop-up selection window? | Community
Skip to main content
Level 3
November 8, 2018
Solved

How to add a pop-up selection window?

  • November 8, 2018
  • 1 reply
  • 2100 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

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

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
January 7, 2019

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