Fetch RITM number using ATF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 05:39 AM
Hi All,
This is related to ATF.
I have submitted the form after making some changes using ATF. RITM got generated. How to get the RITM number ?
How to write an ATF step to fetch that RITM number ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 11:24 AM
Hi @admin11345_,
Please find a step 'Record Query'. Then, use the step 'Open existing record' and point to the Record Query step.
Regards
Suman P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 02:35 AM
Hello,
I have to manage lots of this kind of case.
To proceed, keep in mind the submission will generate a sys_id for the request [sc_request]. So you have two choices to proceed:
- Using the "Request" form:
- Open the Request [sc_request] record using the sys_id
- Filter the items related list using the catalog item you are looking for
- Open the requested item
- Using a "Record query":
- Query the [sc_req_item] table directly with the catalog item you are looking for and the generated request sys_id
- Open the requested item