- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 11:03 PM
Hey guys,
I am trying to test a catalog request using the Automated Test Framework (ATF). I would like to validate some fields in the sc_request table after ordering a Catalog Item. So I am wondering how to I open an existing request that I just created.
Steps used in ATF:
Impersonate User
Open a Catalog Item
Set Variable Values
Order Catalog Item
I can query the request item using the following:
I can also query the catalog task using
However, how do I query the request in the sc_request table so that I can then open up the form?
Thanks in advance
Troy
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 12:38 AM
Oh Okay got it. Can you try this to get the REQ and open the REQ form-
Give Sys ID instead of Request in the Conditions-
Data pill chosen is-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 11:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 12:24 AM
Thanks Shruthiub, however in the screenshots you are opening the request item (sc_req_item) not the request (sc_request).
If I use the same for the sc_request table, I get an error:
FAILURE: No records matching query:
Request = (empty)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 12:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 06:07 AM