- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023 10:49 AM
Hello SNC,
In to the story, I created an INC and on the incident i am clicking on UI-Action 'create outage' which has to create an outage record in cmdb_ci_outage. My test is running fine untill this step but the I am not able to open the record, I am getting the following error.
FAILURE: Failed to open the 'cmdb_ci_outage' form with id '371745b68762e550c540c916cebb35a4' Table 'cmdb_ci_outage' does not have a record with id '371745b68762e550c540c916cebb35a4' |
below(attached)is the test result,
has anyone faced it, FYI, I build other steps and same approach worked for othr and not for this, can anyone tell why?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 11:25 AM
I was able to figure it out myself.I created a submit record step after clicking the UI action.
Then the record was saved to the data base and was able to query for the record.
I followed the below approach..
My test was success now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2023 01:12 PM
I faced similar issue before and i was able to fix it using a simple sleep.
By the way: Where do you get the SysID from the newly created outage, so you know which one to open in step 11? Can you show us the step configuration of step 11?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 05:44 AM
Thanks for the reply @Markus Kraus ,
Can you please elaborate on the timer and how you achieved it?
Below is my step config in step 11.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 12:31 PM
@Srikanth Menava I just realised that you are missing the submit of the outage form. You need to add a "submit" atf step between step 10 and 11. Then you can reference the record returned by this newly added test step in the "Open existing record".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 01:49 PM
@Markus Kraus Outage is being created by clickeng th UI action after step 10..