Cannot Create Teams in New UX
search cancel

Cannot Create Teams in New UX

book

Article ID: 145192

calendar_today

Updated On:

Products

Clarity PPM SaaS

Issue/Introduction

The following error is thrown when attempting to create a Team in the new UX after upgrading to 15.7.1:

Invalid unitId value <unit ID> given for attribute odf_obs_fin_dept.

The Team record does not get created when this error occurs.

Additionally, the default value for the Department OBS attribute on the Resource object in Studio is showing as blank in the UI.

Environment

Release : 15.7.1

Component : CA PPM APPLICATION

Resolution

This error message will occur if the default set for the Department OBS on the Resource object no longer exists. The only way to clear the default then is to delete it from the database with the following query: 

delete from odf_default_overrides
where object_code = 'resource'
and attribute_code ='odf_obs_fin_dept'