web
You’re offline. This is a read only version of the page.
close
  • Add the possibility to change the label of columns for specific views

    Specifically for the case entity, but more generally for all entities, it should be possible to edit the label of a column in a view, just like it is possible to do that in a form. The current UI would just require a minor modifications: in the 3 dots menu of the "edit columns" button of a view, add a "Rename" option to change the name of that column in that view.


  • Enable visualisation of deep-level relationships in subgrids and views

    It should be possible OoO to create subgrids that show grandchild records, linked in a second level relationship via an intermediate entity, without having to use an editable grid and without requiring creation of an independent relationship to be maintained. This should be possible also in a standard subgrid, not in an editable subgrid, and without the grandchild record to be sorted by the intermediate record.

    Finally, for N:1 and N:1 second level relationships it should be possible to display a column in a view, for second-level relationships.

  • Enable advanced find with OR operator across related entities (not just within)

    The UI of Dynamics 365 should allow developers and users to create system and personal view with a filter where conditions linked by "OR" are possible across different related entities, either parent-child or across multiple entities related to the same parent entity. Currently this is perfectly possible by downloading, editing, and reuploading the FetchXML of a query, but not in the standard UI. Queries created by manually editing the FetchXML cannot then be edited in the UI.