Change Project Name
Change Project Name
Comments
-
Hi,
How can I change the Project name of a Project? Is there a way to do this?
-
Run the following SQL script to change the project name:
update module_resource set module_name = [New Project Name] where module_name = [Project Name]
After running this query, be sure to restart SHM (Service Host Manager). This will ensure that the changes made by the query take. Once all Decisions objects are moved under a new project name, the old project name will no longer show on the list of projects.
[i]edited by cameron@decisions.com on 11/9/2020[/i]