Automated Test Framework and Reference Qualifiers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2022 09:20 AM
I am building an ATF test for a catalog item in our Service Portal. One of the drop-down boxes we have uses a reference qualifier to display choices to the submitter. Selecting it as variable value only returns the first 10,000 entries. We found out reference qualifier is not supported in ATF (KB0726342).
Is there another way we can get ATF to work with this field?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2022 05:58 PM
Hi Perry,
I think you can set the variable using the picker instead.
Which means that the picker can get the value from
- A Record Query you did before (I made a Random Record Query for such situations to return various values)
- A test parameter
- A Server-side script
Please let me know your questions, I can expand on those topics.
Thanks
Philippe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2022 11:33 AM
Thanks Philippe. We'll give it a try and report back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2022 12:23 PM
Hello Philippe,
I had this problem that Perry posted; I have tried the record query but didn't work. The test parameter didn't work either.
Can you help me with a sample server-side script that can get a variable from one table, to populate another field?
Thank you.