web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Adalhix / Use Dynamics symbols in D36...

Use Dynamics symbols in D365 FO controls

AdnDalhi Profile Picture AdnDalhi 336

pastedimage1588520302044v7.png

While developing business requirements, we can face specific technical scenarios as adding new visuals within standard controls.

In Dynamics 365 For Finance and Operations we have multiple choices to manipulate different controls based on the needed or required user interaction with page controls.

In this post i will share the example of manipulating a Grid , which is the most used control to show, filter and make CRUD data operations . and how to add conditional data column with an associated icon to represent status Indicator of BusinessEvents module

Dynamics symbol updates

Microsoft provides a new list after each new release, an updated document with all Dynamics Symbols used in Dynamics 365 For Finance and Operations product.

These symbols are primarily used by buttons, tiles, and image controls.

pastedimage1588520302045v8.png

links below list available symbols used in last two 32 & 33 updates.

(2020 April) Dynamics symbol font Version: 10.0.9 / Platform update 33

(2020 May) Dynamics symbol font Version: 10.0.10 / Platform update 34

Dynamics symbol supported controls

  • Navigation Bar
  • Navigation Pane
  • Action Panes / Toobars
  • Action Pane fly-outs
  • Grids
  • Tiles
  • Cards
  • Buttons

Dynamics symbol in grid control

In quick steps, i will use Grid control as an example to add a grid status Indicator icon.

  • Prepare the Form  :

I have just Added the BusinessEventsTable DataSource, my FormGridControl is ready now with FormImageControl

pastedimage1588520302045v9.png

  • Prepare the Class :

I will create a new extension class of BusinessEventsTable, and then add a new Display method,The extended table contains the list of all business events which exist in the system. Its primary key is the BusinessEventId which uniquely idenfies a business event, Here i will just categorize them by an associated icon for each record if it's an Accounts receivable or Master Planning module ,  as follow :

pastedimage1588520302045v10.png

Call the display method,

pastedimage1588520302046v11.png

Here is my icons  :-)

pastedimage1588520302046v12.png

Comments

*This post is locked for comments