Search
-
Hi Pam,
You should be able to accomplish this by creating an action result called "keepProcessing" and set its value to true before the loop. Then put everything inside of the loop in a conditional statement if keepProcessing = True. When you get to the case where you want to stop set the value of keepProcessing to False. It would look ...
-
-
We need improvement on the time picker. If you display a date field on the screen and select time or our as the format, you should not get the calendar to select the date.
It should display the box that allows you to pick that time only.
-
I already did. Here is what I found.
If I go onto a screen that has been published, and select the option that I need read only access, Save and Close is there.
Any custom screen it's not there.
-
Thanks for the note Mortaza.
I am parsing a field of data using Seek Next in Selection List. I don't know how many items are in the list. When I get to the point where the Seek result is blank, I want to stop that section of the screen actions.
-
Mahlon,
Hold off testing, it does seem to be still an issue. Let me get an update from the team and I'll follow up.
-- Mortaza
-
Hi Mahlon,
As per our September 16th release, this issue has been resolved. Please test this again and post back if it’s still an issue.
Thank you,
Audisho
-
Hey Mahlon,
Please clear cache/cookies and check again. I do see the option listed now:
Let me know if it is still not displaying for you.
-- Mortaza
-
Hi Mortaza,
I was under the impression this is supposed to be fixed with today's release.
It doesn't seem to work yet
-
Hey Pam,
I can see how that can be tough to accomplish using If/Else condition statements along side Stop Processing More Actions.
I have put in a feature request to have a do while/do until/for loop added as an option to screen logic. I’ll keep you posted in what I hear back from our development team.
Also if you want to post what you ...
|
|
|