Activity stream field properties on Asset/Hardware Asset cannot be modified after installing Hardware Asset ManagementDescriptionOn upgrading Hardware Asset Management, a pair of global properties(glide.ui.alm_hardware_activity.fields and glide.ui.alm_asset_activity.fields) for defining activity formatter fields on Asset [alm_asset]and Hardware Asset [alm_hardware] forms are replaced by scoped versions, which cannot then be edited due to cross scoping restrictions. The properties are moved to Asset management common scope and corresponding tables are in global scope causing the issue in activity formatter.Steps to Reproduce - On upgrading/Install HAM 6.0 in system properties notice the scope of below propertiesglide.ui.alm_hardware_activity.fields and glide.ui.alm_asset_activity.fields change to Asset Management Common scope.- Open any record in alm_hardware or alm_asset, try to edit activity formatter under Activity section It fails with with the error:Not allowing update of property: glide.ui.alm_hardware_activity.fieldsNot allowing update of property: glide.ui.alm_asset_activity.fieldsWorkaroundFixed the issue via PRB1682604. The scope of property and table scope should matchRelated Problem: PRB1682604