Hi please anyone help i am not able to find problem id field on incident form on Australia PDI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi please anyone help i am not able to find problem id field on incident form on Australia PDI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @AKSHATJ
Check in Related record section of Default view , if you are getting ,
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
But not showing in my pdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
You are right, its not visible in PDI in australia version. I did check in my org Australia instance its available.
Check if the Problem Management application/plugin may not be installed or available in PDI instance.
Please mark this response as Helpful or Correct if it helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
Hi @AKSHATJ ,
I faced a similar situation in my PDI. The Problem Management plugin was installed, and I could access the Problem table (problem_list.do), but the Problem ID (problem_id) field was not present on the Incident table and therefore did not appear in Form Layout.
To verify, check:
- Navigate to sys_dictionary.list
- Search for:
- Table: incident
- Element: problem_id
If no record is returned, the field does not exist on the Incident table, so it cannot be added to the form.
You can also verify that Problem Management is available by opening:
If the Problem table opens successfully, the plugin is installed. In that case, check whether the field exists in the dictionary or if you're working with a different form view/workspace.
As a workaround for learning or testing purposes, you can create a custom reference field on Incident pointing to the Problem table.
Please mark this response as Helpful or Correct if it helped.