Hi!
SM version: 9.71
Upon updating the IM, the ticket gets updated but a custom field does not. It remains blank.
What could be the issue?
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hi!
SM version: 9.71
Upon updating the IM, the ticket gets updated but a custom field does not. It remains blank.
What could be the issue?
The most common issue is adding the custom field to the incident form but forgetting to create the custom field in the probsummary table which is used by Incident/IM. Hence, no place for SM to store the value of the customr field entered into the form.
Best Regards,
Jason
Although I am an OpenText employee, I am speaking for myself and not for OpenText.
If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button
You could try running the rad debugger and display the value of your custom field and run some steps like Save or etc etc and see if this custom value in memory disappear after certain steps. Rad debugger syntax is d <custom field name> in $file.
There could be some steps that trigger background process that wipe the custom field so when you click on Save, there's no more custom value to be saved. If that is what is happening, you need to log a case with Support as they will need a trace to confirm that.
Screenshot below is using rad debugger to display the value of name field in the $file variable which hold the operator record in memory before committing to save. What you see on screen sometimes may not be the same as what will be saved to the db.
Best Regards,
Jason
Although I am an OpenText employee, I am speaking for myself and not for OpenText.
If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button