Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

close incidents

tGhadage
Tera Contributor

Hi Guys, 

 

Can we attach the files  on the incident who's state is closed.

 

Thanks,

Tushar

1 ACCEPTED SOLUTION

Anand Kumar P
Tera Patron

Hi @tGhadage  ,

You cannot attach attachment for the closed incident there will be client script that will disable attaching attachment on load you have to deactivate this client script.
Client script name: (BP) Hide Attachment Link when Closed
Script:

function onLoad() {
   if (g_form.getValue('incident_state') == '7' || g_form.getValue('state') == '7')
      g_form.disableAttachments();
}

Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand 

View solution in original post

9 REPLIES 9

Dr Atul G- LNG
Tera Patron

Yes @tGhadage   OOTB there is no restriction. You can attach.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

Can you guide how ?

Hi @tGhadage  

 

Sorry, will take my words back. I was wrong now OOTB attachments are not possible, I just checked in my PDI to assure this. 

Once again sorry for confusion. 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

If you want, you need to update ACL for same, I will not recommend until unless there is solid business case, but OOTB not possible.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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