- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 11:30 PM
Last check have to be done by Project Office. They would be the one to close the Project.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 11:39 PM
Hello,
Please check the below thread, you will the solution here.
Restrict Project closure when all Project tasks are closed
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 11:39 PM
Hello,
Please check the below thread, you will the solution here.
Restrict Project closure when all Project tasks are closed
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2022 12:26 PM
Hey
Any follow up questions you have on my response, Else please mark the relevant response as correct and helpful so that this thread can be closed.
Regards
Sulabh Garg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2022 11:33 PM
var target= new GlideRecord("pm_project_task");
target.addQuery("parent",current.getUniqueValue());
target.addActiveQuery();
target.query();
if(target.hasNext()){
gs.addInfoMessage("my message");
current.setAbortAction(true);
}
Is the right solution !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2022 11:47 PM
Looks good.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader