From Microsoft Learn: https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-create-role-center-headline#in-development
There are only a few field properties that apply to fields that are used on a HeadlinePart type page, including Expression, Visible, ApplicationArea, Drilldown, and DrillDownPageID. All other properties are ignored.
Currently AC0011 raises a warning on page fields on HeadlinePart pages when the Caption property is missing, but the Caption property is ignored there.
Copied from original issue: StefanMaron/BusinessCentral.LinterCop#1212
From Microsoft Learn: https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-create-role-center-headline#in-development
Currently AC0011 raises a warning on page fields on HeadlinePart pages when the
Captionproperty is missing, but theCaptionproperty is ignored there.Original Comments from StefanMaron/BusinessCentral.LinterCop#1212
Copied from original issue: StefanMaron/BusinessCentral.LinterCop#1212