Search code examples
dynamics-crmmicrosoft-dynamicsdynamics-crm-365

Dynamics CRM 365 queue view, remove '(object)' label in column


In my queue view, I have a global option set which is against a incident entity. When I include it in my view, it appends the column name with a suffix "(object)".

This is happening for other option sets as well. Is there a way to remove this suffix?

enter image description here


Solution

  • Unfortunately this is product limitation. The view column names cannot be renamed, it will load from display name of attributes and for associated entity attributes extra text will be appended within () either entity name or object.

    This could be an enhancement like discussed here.