Message: Exporting Projects with out "Default MS Project/Project Management Schedule" is not supportedDescription<!-- 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 { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Attempting to export a project using the UI Action 'Export to MS Project' while using any Schedule that is not the Project Management Schedule or the Default MS Project schedule will result in an error with the message: Exporting Projects with out "Default MS Project/Project Management Schedule" is not supported. Release Jakarta, Kingston, London Cause Per documentation, "Projects must use either the Project Management Schedule or the Default MS Project schedule before they can be exported" In order to export projects, users who have access must click the UI Action, 'Export to MS Project'. The 'Export to MS Project' uses a condition that checks to see if the linked project schedule is Default MS Project or Project Management Schedule via hardcoded sys_id: gs.hasRole("project_manager") && (current.schedule == "f7c7d3a60a0a0b6500cc36babf981351" || current.schedule =="7aa3e10c8f70010040f82ab2f0f9234d") Resolution This is expected behavior. If you update the UI Action 'Export to MS Project' so that the condition passes for any other Project Schedule, the system will abort the action of exporting the project and display the following message: Exporting Projects with out "Default MS Project/Project Management Schedule" is not supported