I cannot delete one or more Cost Models, The message displayed is: Not all of the Cost Models were deleted. The following objects still have dependencies. |
Please verify that:
select * from Projects where costModelId=xxxx Note: The COSTMODELID can be found by clicking on the Cost Model name and check the URL. For instance: https://worldserver.test.com/ws/management_costmodel?&token=1012946034&costmodel=2377 So assuming that the Cost Model ID is 2377, the query would be: select * from Projects where costModelId=2377 The result of the query will display the active or completed/canceled projects associated with the Cost Model you would like to delete. If the Cost Model is associated with an active project, you can remove it via Change Attribute. However, if it is associated with a Completed or Canceled project that has not been archived yet, you will need to wait for the Project Cleaner to archive the project before you will be able to delete the Cost Model. |