When re-importing configuration packages in the a restored Environment, we found that two fields were greyed out.
Release : 17.3
Component : ITAM - Installation/Upgrades
It was discovered that the fields were configured to be both Required and Read Only at the same time.
The following SQL command:
update arg_field_def set field_required=0 where table_name='ca_owned_resource' and field_name ='FIELD_NAME';
Was used to resolve the issue.