
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2020 09:02 AM
Which is the script that close open project tasks when the Project is set to Close Complete/Incomplete/Skipped?
Basically after this message is displayed (triggered by the Save action), what happens?
Many thanks!
Solved! Go to Solution.
- Labels:
-
Project Portfolio Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2020 05:18 AM
What that does is close all associated project tasks and sub-task that are not closed out.
This is from the Business Rule "Process State Change" on pm_project table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2020 09:08 AM
It may be a custom UI action in your instance??
https://YourInstanceName.service-now.com/sys_ui_action_list.do?sysparm_query=scriptLIKEconfirm%5Etable%3Dpm_project&sysparm_view=
Please mark my response as correct and helpful if it helped solved your question.
-Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2020 10:47 AM
all the resulting UI Actions are OOTB, like that confirmation message.
It appears when you have Project Tasks not closed and you're trying to close a Project, so it's like a warning.
After you confirm the close state is saved and the form reloaded and since the Project is in Close state the system aligns all its open tasks to the same one. That's the part I'd like to find out where it is and optionally which is the trigger of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2020 11:26 AM
Hi.
Found that text in 'AjaxProjectUtil' Script include. Is that it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2020 04:44 AM