AXForum  
Вернуться   AXForum > Microsoft Dynamics CRM > Dynamics CRM: Blogs
CRM
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск Все разделы прочитаны

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 05.07.2018, 00:45   #1  
Blog bot is offline
Blog bot
Участник
 
25,459 / 846 (79) +++++++
Регистрация: 28.10.2006
survivingcrm: Card Forms and List Views in Unified Interface
Источник: http://survivingcrm.com/2018/07/card...ied-interface/
==============

Since the beginning of time, meaning early days of MS CRM, we’ve grown accustomed to the fact that record fields in Dynamics 365 Customer Engagement can be presented either via entity forms or entity views. The entity form shows the editable fields of a single record, whereas the entity view gives us a list of many records from the same entity. Views used to be read only, but as Microsoft finally provided a first-party editable grid feature in December 2016 update for Dynamics 365, that blurred the lines between a view and a form to some extent.

Showing views on a form has been possible since already 2011 when subgrids were introduced. Now with the expanding feature set of CDS for Apps and their Model-driven Apps (formerly XRM), it’s actually possible to also show forms within a view. No, not just any random form, as that wouldn’t really make all that much sense. After all, if you want to look at an actual entity form with several tabs and sections worth of data, you’re going to want to click away from the view and show the entity form in full screen mode. In Unified Interface there’s even a nice shortcut for you to keep browsing the other records in the source view without having to navigate away from the entity form you’ve opened:



The scenario for showing form style content within a view is for a different type of a need: presenting several fields from one record in a view when there is no space available for showing columns side by side. This is of course related mostly to the vertical layout of a phone app that has more pixels available from top down than left to right. You could however encounter this type of a layout need when embedding views onto either forms or dashboards, with a narrow space available for any single record from the view to identify itself with its fields.

The Unified Interface already has a built-in capability to address this scenario with its automatic reflow. If you take the “My Active Contacts” view as an example, when in the web client on a wider screen you’ll see the view columns in the traditional format. However, if you start making the screen (or “viewport” as the developers like to call it) more and more narrow, you’ll eventually reach a point where the presentation mode changes to remove all the columns & sideways scrolling bar, replaced with a card like UI. It will by default show the entity icon and the first three columns available in the original view definition.



If you want to have more control over how the information would be presented in its compact, mobile friendly format, then the entity Card Form is a tool that you should take a look at. Available as one form type alongside the more familiar Main Form, Quick View Form and Quick Create Form, the Card Form was introduced originally with the Interactive Service Hub (ISH) client. Since this was a very limited client type that predated the Unified Interface, most customers and many consultants probably haven’t worked with it in the past. Now that Unified Interface is set to take over the world from the legacy web client sometime in the future, it’s about time to get familiar with these features.

Unfortunately Microsoft doesn’t yet provide much documentation about the use of Card Forms. The references in the current documentation are also somewhat misleading, since the term “card form” is also used in reference to what is actually a Quick View Form. Many people will surely have an image in their minds about the Card Form being something like the example shown below. It is not.



The customization UI in the application itself isn’t that helpful either. Out of the ~14 default forms that the contact entity currently has in a sales focused Dynamics 365 Customer Engagement instance, 4 forms contain the word “card” in their name, but only one is actually of the type Card Form!



Ignore the false cards and head straight to either the default “Contact Card form”, or alternatively create a brand new one. You’ll land on the classic form editor experience that will present to you the fixed layout and available features of a Card Form:



It looks like there are familiar elements from the Main Form available here: header, details, footer. What’s different is that there aren’t much properties you could play around with when it comes to the sections, meaning any labels or layout options that a traditional form would have. The maximum number of fields you can drag from the field explorer and drop onto the Card Form are:
  • Header: 3
  • Details: 4
  • Footer: 4
Given that the intention is to provide just the key attributes of a record in a view, these numbers should be plenty. In fact, you might want to be cautious about not including too many fields onto the Card Form to keep it visually pleasing to the eye. As you’ll see from the example of how the form renders, there will be no form labels provided for any of the fields in the header or details sections, so be sure to only include the kind of fields that will be obvious to the user based on just the data of the field or the context in which the view is available (not just a bunch of date fields, for example). Also note that the footer currently appears to be expanded by default when the view renders, although there’s an upward arrow for you to collapse it for an individual record (you’d think this would be the other way around).



How will you then determine where this card form layout will appear? This is where the Custom Control Framework comes into play. We now have a control type in standard Dynamics 365 Customer Engagement called “Read Only Grid” that is different from the “Read-only Grid (default)” control. When you switch one of the clients (web, phone, tablet) to utilize this new control instead, you’ll get the option to link your default or custom Card Forms as the way how the view contents should be rendered.

The documentation for “Specify properties for Unified Interface apps: Allow grid to reflow into list” steps through the configuration details. The example talks about setting the controls on the entity level, but it’s important to note that these days you can actually define the controls also per each individual view. In the context of the Editable Grid control, this could mean that you only have one dedicated view for inline editing of records, with all the other views optimized for easy viewing and drilling into records (the Editable Grid makes this a bit more clumsy). For a control like the Read Only Grid an example scenario might be to use the Card Form layout primarily on a UCI app that is targeted for mobile usage, whereas an alternative “power user app” for desktop use might include only the grid layouts for its specific views.



The options for reflow behavior in the custom control determine whether the view will be rendered as always a grid (the standard Dynamics 365 UI), always as a list with the Card Form, or dynamically reflown between these two based on the available space. While you’re looking at these options, now’s a good time to underline the fact that these three concepts (view, grid, list) are distinct from one another, even if they might sound like pretty much the same thing. In my own words, here’s what they mean in Dynamics 365 CE:
  • View: definition of what data is retrieved from the entity, including query filters, attribute set and sort options
  • Grid: control type used for rendering the view as “Excel style” rows and columns, either read only or editable format
  • List: control type that presents the attributes of a record within a single list item’s card, one for each list item, currently always in read only format
So, grids and lists are just presentation options offered by the control. Configuring the control for a particular entity view is a way of binding it to the data returned by the view. For software developers this is all familiar territory, but a citizen developer may need to spend some time playing around with the options to get into grips with these concepts. Assuming that Microsoft will proceed with their platform unification and also bring the PowerApps Canvas Apps available inside these Model-driven Apps as custom controls, we may one day find ourselves binding the view data into all sorts of different galleries and whatnot.



Anyway, for the current Dynamics 365 application UI side these grid controls will all appear as views for the end user. If we were to set a specific view to always render as Card Forms and go look at it from the web client, it would appear as left aligned form fields with right aligned header field labels, all across the the screen width. This illustrates the reason for why you might want to take advantage of the reflow option if the view will be made available to users as a standard entity view.



You’ll also notice that the Read Only Grid control contains a similar type of “Show As” option that we saw earlier with the Editable Grid. Currently there doesn’t appear to be an option to give the different rendering modes distinct names to identify them, but it’s an example of the kind of flexibility that Custom Controls can offer to the end user. Once this framework is opened up for developers to build their own controls and customize the existing ones, the possibilities for designing the presentation layer of business data managed within Dynamics 365 Customer Engagement (or CDS for Apps) are going to reach a whole new level for system customizers who an take these controls as building blocks for their own solutions.

The post Card Forms and List Views in Unified Interface appeared first on Surviving CRM.



Источник: http://survivingcrm.com/2018/07/card...ied-interface/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
powerobjects: Hide System Views, Forms, and More via Custom Apps! Blog bot Dynamics CRM: Blogs 0 11.05.2018 22:14
survivingcrm: What’s An “App” in Dynamics 365 Anyway? Blog bot Dynamics CRM: Blogs 0 06.01.2018 22:14
atinkerersnotebook: Self Service Reporting for Dynamics AX Users – Part 3: Adding Additional Fields to List Page Views Blog bot DAX Blogs 0 07.10.2015 18:11
wiki.dynamicsbook: Changes Made in Navision Attain 3.60 Blog bot Dynamics CRM: Blogs 0 02.09.2008 13:23
Kashperuk Ivan: List panels in Dynaics AX - a short description of SysListPanel class Blog bot DAX Blogs 1 21.10.2007 22:51
Опции темы Поиск в этой теме
Поиск в этой теме:

Расширенный поиск
Опции просмотра

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 12:48.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.