- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 06:22 PM
Hello everybody:
When I want to use Set Component Values (Custom UI) in ATF to capture field fill data, the runtime finds that the values can be set, but then they disappear and the result is 0. What's the reason? Do any of you know?
My Settings are like this:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 10:57 PM
then create individual set component value step for each input and for every step give some timeout of 5 seconds etc
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 11:08 PM
@Wei_ Ling,
in Step, you can find a field that can timeout set for 5 sec.
Below screen-shot refer.
Thanks,
Hemant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 10:02 PM
I can't find a place where I can set the waiting time. Could you give me some advice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 10:08 PM
you possibly won't find it on form.
try to set the timeout from the list of the test steps
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 10:16 PM
But what I need is to Set one of the Values in the Set Component Values (Custom UI) step and then wait and set the other values. It doesn't seem to work if I set them in the middle of the test step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 10:57 PM
then create individual set component value step for each input and for every step give some timeout of 5 seconds etc
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 11:00 PM
Ok, thank you very much. Can I set the time only by running server script? There doesn't seem to be a specific procedure for establishing wait times.