Hi,
I’m struggling to add some icons to flyout buttons in Sales Hub, Customer Sales Hub, etc., whereas they work in Dynamics 365 old version.
The JS function:
function populateFlyout(commandProperties) {
debugger;
commandProperties['PopulationXML'] = ``;
}
Actual behavior (Sales Hub) :

Expected behavior (old design):

I have tried to use all combinations of "ModernImage / Image16by16 / Image32by32" in button`s xml, but it does not work.