RE: Grouping/Organization of Accounts (County, Vendor, etc.)
Hi NateK,
If you have a look at the Dynamics 365 Sales Enterprise Data Model, you will see, that not all fields are on the form by default. The County field that you have mentioned is e.g. available by default already as a Text field on Account
If you want to use this field to filter your data - this might be a bit tricky, as in a text field you can have different typing for the county.
So you can either create a new table for county and add a custom lookup county to the Account form, or you can use the Autocomplete PCF on the county field and refer to the custom county table. This will reduce the number of different typing errors of county.
For the different account types you can either create a choice or choices field (single select / or multi select) or also a custom table with a N:N relationship to accounts. This depends on your data model - if one account could be customer and vendor. Regarding the choices (multi select) field - there might be some limitations where you could use this field - e.g. in charts or grouping it might be not available)
In addition, if you want to group the accounts in the view by county and e.g. filter by type, you can add e.g. the editable grid to the account in the classic editor:
- Open the classic editor
- Navigate to Account Entity
- Click on Information - Controls - Add control
- Add Editable Grid control
- Verify that Group by column is enabled
- Save and publish the view (you can also activate the view as default by selecting the check boxes for web, phone and tablet)
In the App you can select the editable grid view by clicking on the 3 dots in the top right and select Show as - Editable Grid
Above the view you can group by columns that are on the current view - e.g. by county
In addition you can also create a chart, that allows you to filter by the Account type. If you select then an Account type, the view will be filtered by type and also grouped by county.
Hope this gives you an impression what could be possible.
If this answer has helped you, please mark as verified.
Best regards,
Joergen