Unable to see Reopen button in my custom portal

yasserbouat
Tera Guru

Hello,

I have to aadd a button in the portal that allows reopening closed tickets, so i followed the same steps in this solution but it didn't work for me : https://www.servicenow.com/community/developer-forum/unable-to-see-reopen-button-in-ec-portal/m-p/27... 

Script include : IncidentUtils

Script : 

canReopenIncident: function(current) {
    return current.incident_state == IncidentState.CLOSED;
    },


Screens : 

yasserbouat_2-1741254896000.png

 

yasserbouat_4-1741254984064.png

 

 

yasserbouat_1-1741254871785.png

 

yasserbouat_0-1741254851399.png
Does anyone please has an idea ?

 

19 REPLIES 19

yasserbouat
Tera Guru

Another issue : I didn't create the button "Reopen" yet : 
This button must be displayed only when I click on "my incidents" widget : and I don't know how to add a buton in the portal that can be displayed whitin a widget ? 

yasserbouat_0-1741258092448.png

 

@yasserbouat 

where do you want to add that button?

share the portal screenshots.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar Thanks for your support , I described it below as a reply

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @yasserbouat 

I have to aadd a button in the portal that allows reopening closed tickets, 

As a BPC, I would not recommend this requirement. Reopening a closed incident is never recommended. Please avoid doing this, as it is a clear violation of both the process and audit procedures.

*************************************************************************************************************
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]

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