- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 12:38 PM
Hello all,
We are having a weird issue in our DEV instance.
1. From a Parent incident, the value in the field is blank but the (i) appears with the correct incident
2. From an RITM, the REQ is blank in the field but you can also see the correct REQ from the (i)
3. From a Change TASK, the Change Request appears as "false" but is accessible from the (i)
Does anyone have any idea how I can fix this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018 05:50 AM
Try this:
- Navigate to sys_dictionary.list.
- Filter where Table = change_request AND Display = true
Is there anything there?
If so, that field is the issue.
If not...
- Navigate to sys_dictionary_override.list.
- Filter where Table = change_request AND Override Display = true
Is there anything there?
If so, that field is the issue.
If not...
Can you see the Number field value when looking directly at the Change Request form? If not, there may be an ACL on the field that shouldn't be there.
If so...
Try flushing your system cache by visiting cache.do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 12:40 PM
This may be an issue with the display value of the Task table or any of the child tables. Check the dictionary for recent changes, specifically look at the Display column.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 12:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 01:05 PM
That might be in the Dictionary Overrides table: Go to sys_dictionary_override_list.do (in your Application Navigator) and look for recent changes. I am guessing there is an entry there for Table "change_request" and Column Name "active" or some other True/False field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 01:35 PM
Tim, I took a look there as well and mirrored the 2 that have been recently changed to PRD but still no luck..