ATF

admin11345_
Tera Contributor

Hi all,

 

How to validate whether RITM record got generated or not (if generated, how to get that RITM number so that I can open in another step) once the form got submitted through ATF ?

 

Step 1:) I have submitted the form.

step 2:) validate whether RITM record generated or not.

step 3): if generated, I should fetch the RITM number.

step 4:)open the above RITM record.

 

Please let me know how to achieve step 2, 3, 4 through ATF

 

1 REPLY 1

Angelica G
Tera Contributor

It depends on if you are creating different users for the end user steps vs. platform access steps, and what kind of form you're submitting in step 1.

In general, this is what I've done, but I'm still learning, too.

 

If Step 1 had you create and impersonate an "end user" to submit a request via the Service Portal, then for Steps 2-4: Use an "Open an Existing Record" step. On the "Record" field, use the button next to the field to grab the record referenced on your "Submit Record Producer" step and dotwalk to the Record (It might also say "document_id").

 

You can then use another step called "Field State Validation" to check on visible, hidden, mandatory, and non-mandatory fields, if you need to. You can also use an additional step called "Field Values Validation" to check for certain values in those fields. These are optional, of course!