Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Hi please anyone help i am not able to find problem id field on incident form on Australia PDI

AKSHATJ
Tera Contributor

 Hi please anyone help i am not able to find problem id field on incident form on Australia PDI   

7 REPLIES 7

Tanushree Maiti
Tera Patron

Hi @AKSHATJ 

 

Check in Related record section of Default view , if you are getting ,

TanushreeMaiti_0-1785318878523.png

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

But not showing in my pdi

 

 

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.

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:

  1. Navigate to sys_dictionary.list
  2. 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:

problem_list.do

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.