Issue
Creating a new project from project template functionality not working
Issue SummaryCaused by error in sys_ui_page.07009e91c3222100b0449f2974d3aeb6.processing_script at line 7
" and the UI Page will not be modified.Custom Attributes in the pm_project state Dictionary Override.
Solution Proposed-
Navigate to the sys_dictionary record of the State field on the Task table:
/nav_to.do?uri=sys_dictionary.do?sys_id=f4ab6f13b032200038b1cc9c77e3c5b4 -
In the Dictionary Overrides section/tab, search for planned_task and open that record:
<instance>/nav_to.do?uri=sys_dictionary_override.do?sys_id=4edc269adbe547401cfbd79b5e96190d -
Verify the attributes. Out of box, the attributes are: close_states=3;4;7,default_close_state=3,default_work_state=2,default_open_state=1,default_skipped_state=7,default_pending_state=-5,pending_states=-5,open_states=1,work_in_progress_states=2
-
Revise the attributes and correct the customization to be compliant with the description in the documentation topic: Customize a state for project or project task or revert to the base system (OOB) attributes.
-
Save record and clear the cache.