- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2020 07:23 AM
Hello,
I create a Automated Test framework for the first time and it runs pretty good. While te test runs: after the creation of a change I want to open the task belonging to the change and I get the following error:
FAILURE: Failed to open the 'change_task' form with id '3e74d815db6a0450e14030d6f4961939' Table 'change_task' does not have a record with id '3e74d815db6a0450e14030d6f4961939'
How can the problem be solved?
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2020 12:28 PM
In simple terms, these are the two steps you need to open the task when created.
The record query will fetch the ID for the Task which you will use to open the record in the next step.
The record referred in step 5 is the change request ID.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2020 08:22 AM
Are you sure it's successfully creating the record? Can you go into your Open Record step and make sure it is using the correct step output?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2020 09:54 AM
Hi
You probably picked the Id from a wrong step. It might be the Id of the Change it self. But you need to post the steps used to identify the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2020 05:56 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2020 06:24 AM
You'd probably need a record lookup step to look up change tasks associated with your change request, then pass that change task sys_id to the open record step.