OPM CE Update 9 : How to enable greyed out properties in EC Schema?

We currently migrated from OPM SS6 to OPM CE Update 9, and thus migrated the workspace as well, and updated schema from OpenPlant_3d.01.07.ecschema.xml to OpenPlant_3d.01.08.ecschema.xml. There are certain properties that were open for edit in SS6, that has been greyed out in OPM CE Update 9, and cannot edit them. The highlighted property is greyed out on OPM and we cannot edit its value anymore. 

We also used Bentley Class Editor to  detect the issue and the property is false as readonly, but still its greyed out in OPM.

<ECClass typeName="NAMED_ITEM" displayLabel="Named Item" isDomainClass="False">
<BaseClass>PLANT_BASE_OBJECT</BaseClass>
<ECProperty propertyName="IsTagReserved" typeName="boolean" description="Indicates whether tag has been reserved" displayLabel="Is Tag Reserved">
<ECCustomAttributes>
<HideProperty xmlns="EditorCustomAttributes.01.03">
<If2D>True</If2D>
<If3D>True</If3D>
</HideProperty>
</ECCustomAttributes>
</ECProperty>
<ECProperty propertyName="NAME" typeName="string" description="name of item" displayLabel="Name" />
<ECProperty propertyName="DESCRIPTION" typeName="string" description="description of unit." displayLabel="Description">
<ECCustomAttributes>
<ISO15926MetaData xmlns="Bentley_Standard_CustomAttributes.01.02">
<DefinitionBackReference>rdl.rdlfacade.org/data
<EntityType>dm.rdlfacade.org/data
<IdPCA>RDS4037656140</IdPCA>
<Designation>DESCRIPTION</Designation>
<CreationDate>633083904000000000</CreationDate>
<Creator>tchr</Creator>
<Status>Incomplete</Status>
</ISO15926MetaData>
</ECCustomAttributes>
</ECProperty>
<ECProperty propertyName="ALIAS" typeName="string" description="alias of unit name." displayLabel="Alias" />
<ECProperty propertyName="INSULATION_FUNCTION" typeName="string" description="Primary Insulation Function" displayLabel="Primary Insulation Function" />
<ECProperty propertyName="MODULE" typeName="string" description="Module" displayLabel="Module" />
<!-- temp comment out for TP1 ECProperty propertyName="ACTIVE" typeName="boolean" description="Current item is active" displayLabel="Active Item" /-->
</ECClass>

Regards,

Varsha

Parents Reply Children
No Data