Closed Rambabu-Billuri closed 4 years ago
Hi @Rambabu-Billuri, If you have a control on a regular page then having CaptionClass means that it will not show the tooltip, this is not an issue with the editor tools so let's get the issue to a team who will fix and backport it, as this repository is only for issues related to the AL compiler in latest developer preview environment for Dynamics 365 Business Central. We suggest that you open a support case or file a bug in Collaborate, to ensure that all Business Central users benefit from your catch as soon as possible.
To open a support case, you can:
If you file the bug in Collaborate, remember to include steps to reproduce the issue, and the Business Central build number and country version you're using.
Describe the bug We used "CaptionClass" property for a base field on extension card pages. So, the ToolTip is missing on BC screens. For the field on list pages, it's working fine.
To Reproduce Steps and to reproduce the behavior:
AL Code to reproduce the issue
pageextension 50091 "Customer Card Ext." extends "Customer Card" { layout { modify("No.") { CaptionClass = 'Customer ID'; } } } Expected behavior We should get the ToolTip from base to the filed on extension card pages even if we use CaptionClass property.Versions: