Fetch RITM number using ATF

admin11345_
Tera Contributor

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 ?

 

6 REPLIES 6

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.

 

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:

  1. Using the "Request" form:
    1. Open the Request [sc_request] record using the sys_id
    2. Filter the items related list using the catalog item you are looking for
    3. Open the requested item
  2. Using a "Record query":
    1. Query the [sc_req_item] table directly with the catalog item you are looking for and the generated request sys_id
    2. Open the requested item