Add button is not visible to ITIL to add multiple incident in Problem related list

prit123
Tera Contributor

Add button is not visible for ITIL user to add multiple incident in Problem related list. It is visible only to admin users. Below is the screenshot of admin user-

 

 

prit123_0-1720189390362.png

 

 

 

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @prit123 

 

If prb in closed state, we cant add old incidents, it is OOTB way. In that case only new incident get created. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

@Dr Atul G- LNG  - Problem is not in closed state. Checked with many problems in New state, RCA state. Add button is visible for same problem ticket to admin but not to ITIL user.

Hi @prit123 

 

Please check is any ACL or any configuration on Add button. (List controls)

 

AGLearnNGrow_0-1720190750703.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Kieran Anson
Kilo Patron

OOB the UI action 'add' [sys_ui_action.do?sys_id=69deb210874313007e31af1e36cb0be9] doesn't have and explicit role requirements (via the required roles embedded list) however the script include condition restrict the action based on the following:

  • User has write access to the problem table
  • there is a system property of 'com.snc.incident.link_to_task.problem' with a value of 'problem_id'
  • The problem is active
  • And the user has either the ITIL or sn_incident_write role

Check to see if the UI action has been customised