Drafts tab not showing in Service Portal

MBarrott
Mega Sage

I'm able to Save as Draft and any forms which currently have a draft saved will be recognized, but the tab to actually see the drafts is missing. 

 

MBarrott_0-1720791438309.png

MBarrott_1-1720791473517.png

1 ACCEPTED SOLUTION

Hi @Dr Atul G- LNG 

 

Solved it! It looked like everything was setup correctly but the page that the menu item was pointing to had the wrong widget nested in Container 2. Was using a custom widget a previous dev had been using. 

 

I swapped to the My Requests (v2) version and it's now working! Greatly appreciate the help on this.  

View solution in original post

19 REPLIES 19

Hi @MBarrott 

1. Ctrl + Right Click 

2. Show Widget Customization 

3. Preview record

Sid_Takali_0-1720796161128.png

 

4. Confirm Angular providers 

 

Regards,

Sid

Hi @Dr Atul G- LNG ,

 

How excatly are cases / incidents or tasks created to that 'Drafts' tab?

 

Can we have draft HR Cases on there or what is the OOB behavior?

 

Thanks,

Sérgio

Hi @rafas_10 

 

This is something given by SN OOTB now. via property we can use. 

 

you can refer this artcile

 

https://www.servicenow.com/community/developer-articles/save-catalog-items-as-draft/ta-p/2855484

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

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

Hi @rafas_10 

 

I can see draft on ESC

 

AGLearnNGrow_0-1733389492302.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]

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

Vegard S
Kilo Sage

If anyone has trouble with the Draft tab not appearing in the "My Requests widget (my-requests-v2)", check the following support KB: 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1706435

Basically, this is the solution:

1. System property "glide.sc.disable.save_as_draft" is set to 'true' 
2. System property "glide.sc.enable.save_as_draft.portal.<portal_suffix>" is set to false
3. 'SPCart' script include being customised.

In my case, I was able to save drafts on cat items, but the tab didn't appear on the my requests page. 
Turns out the SPCart script include had been customized, so reverting to base fixes the issue.