Creating a new project from project template functionality not workingIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Creating a new project from project template functionality not working Issue Summary From the project form Project > Projects> Create New, you can create a project using the To create project from a template click here link at the top of the form or from the project_template form Project> Projects> Template using the Create Project Related link. On the Create Project from template page, provide information for the mandatory fields: Project name, Start date, and Project template. After filling out the fields, the Project record should be created with the associated template values. After filling out the fields, the project is not created and the UI Macro Dialog window is loaded full screen. *When tailing the logs you might see an error pointing to the create_project UI Page: Caused by error in sys_ui_page.07009e91c3222100b0449f2974d3aeb6.processing_script at line 7" and the UI Page will not be modified. Most Probable Cause 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.