コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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

元の投稿で解決策を見る

1 返信

Avatar

正解者
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