These bubbles are additionally known as the Grid Merchandise Entity Photographs, and it has been a request for fairly a while to have the ability to customise them. Beneath is a picture that exhibits the bubbles on a kind in a Mannequin Pushed App.

At this cut-off date, there isn’t any technique to customise them, however Microsoft supplied a technique to Disguise these Entity Photographs. There are a couple of other ways of eradicating them, and you’ll select your personal, however I’ll clarify the other ways.

The primary method, which might be the best is utilizing a Utility known as FCB.Editor. The FCB.Editor utility shouldn’t be out there for obtain as open supply or from the Microsoft website, however it may be requested by opening a Microsoft Assist Incident and asking for the managed answer.

The FCB.Editor permits us to replace or take away current Options that aren’t a part of the System Settings or can’t be modified utilizing the Settings throughout the Energy Platform Admin Heart. The picture beneath exhibits the FCB.Editor managed answer.

FCB Editor by Microsoft PFE

So as to Take away the Bubbles, all that must be completed is enter FCB.HideGridItemEntityImages within the textual content field and set the worth within the characteristic drop right down to false. Making this transformation will take away all of the bubbles throughout the atmosphere. This is a corporation extensive settings, and can’t be modified per entity. 

The FCB.Editor principally queries the options subject of the Group desk, and updates the Xml in order that the HideGridItemEntityImages is ready to false. In case you might be unable to get your arms on FCB.Editor, you should use the Xrm.WebApi to question and replace

The next three features or Api calls ought to can help you retrieve, replace and take away values from the Options column of the Group desk.

The primary operate is to retrieve the characteristic set. That is completed by calling a retrieve a number of and returning a single outcome. The next syntax exhibits how to try this:

Organization Features - Retrieve

Subsequent we would like to have the ability to take away a selected characteristic. So as to try this, we first should retrieve the Options Xml, discover the characteristic syntax and take away it from the Xml. The next instance exhibits how one can take away the FCB.HideGridItemEntityImages. The next syntax exhibits how to try this:

Organization - Features - Remove Feature

Lastly we would like to have the ability to add a selected characteristic. This requires us to offer the characteristic identify in addition to whether or not the characteristic is enabled or not. That is just like the take away performance, however we now have to construct out the characteristic code as effectively.

Organization - Features - Add New Feature

After this transformation is accomplished, you’ll be able to log again into your atmosphere and see that the info is displayed with out bubbles.

As soon as I get a while, I’ll work on making a small instrument, app or answer to change these settings.

LEAVE A REPLY

Please enter your comment!
Please enter your name here