Object Reference Error after adding Runbook Activity
I had a request built out via the Advanced Request Offering and everything was working correctly. I recently made some changes to the request by adding a RA activity. I've also hid a few items on the self service portal using a custom css file. I went back and made some changes to the RA activity and when i attempted to open the multiple mapping interface to add a new field I received this below error.
If i have to I'll rebuild the request but I'd still like to have some idea what happened here.
Any assistance is appreciated.
Best Answers
-
Tony_Collett Cireson Support Super IT Monkey ✭✭✭✭✭What may have happened here is that if a mapping container was removed or changed, when opening the ARO, the software couldn't find the container that something was mapped to and therefore produced that error.
There are a variety of things that could have happened to cause this to occur, such as saving the RO as a normal RO instead of an Advanced RO, or removing a mapping field without modifying the RO first to change where the field is mapped.
Generally you have to rebuild the request in these instances, however you could try looking through the XML of the MP you saved the request in and modify the mapping field (recommended for advanced users only)
Tony6 -
Leigh_Kilday Member Ninja IT Monkey ✭✭✭✭Ah yes, this one.
Clear all mappings from the activity you want to remove before you change the template.
We experienced this a lot with runbook activities while we were developing most of them.
6
Answers
There are a variety of things that could have happened to cause this to occur, such as saving the RO as a normal RO instead of an Advanced RO, or removing a mapping field without modifying the RO first to change where the field is mapped.
Generally you have to rebuild the request in these instances, however you could try looking through the XML of the MP you saved the request in and modify the mapping field (recommended for advanced users only)
Tony
Clear all mappings from the activity you want to remove before you change the template.
We experienced this a lot with runbook activities while we were developing most of them.
Thanks @Jarrett_Faulk for this post!