Hi ,
I have a question associated to view and icons in Dynamics 365.
I used the function "displayIconTooltip(rowData, userLCID)" and this function work fine either in unified and UCI interface, I can add icon to the columns with any problems for the simple operation(Like if the column exists in the row.).
Although when I try to get value from the related entity and the column doesn't exist in View,I must make asynchrone API call to get the value and after that I display the icons compare to this value.
The users of the CRM doesn't accept that I add this value in the view.
The problem that the synchrone API is very expensive in time and it slowed the scrolling of view if we make many API call.
My suggestion is to make the API asynchrone (less expensive) ,for that I must get all the str.rowId and with this list we did the call API "asynchrone" to get the value without the problem of scrolling. (I don't get any documentation for this method ).
Or you can suggest to me another solution.
Best regards.