Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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
Solved! Go to Solution.
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.
-Jon
View solution in original post
Views
Likes
Replies