We were using toolTip() method on controls and toolTipField() on table in Ax 2009. We are migrating to D365 and seems like those methods don't work or work differently and haven't find out how.
toolTip() on controls : Doesn't seem to work at all.
toolTipField() on table : I've override it on my table so that it return a hardcode text regardless of the fieldId passed. But it only return my text for one field and not the others. That field happens to be the key of my table, I don't know if it's the reason.
Anyone having the same behavior and/or a solution to make it work everytime?