Deferred ideas for this rule, moved out of .claude/rules/diagnostics/lc0086-page-style-string-literal.md so the rule doc describes current state only. None of these is scheduled; names and defaults may change when an item is picked up.
- StyleExpr flow analysis: Trace from
StyleExpr = myVar to assignments like myVar := 'Standard' in triggers/methods. Complex, PC0030-level effort.
- CodeFix: Replace string literal with
Format(PageStyle::Value) expression.
- Cross-object tracing: Detect style values returned from helper codeunits.
Deferred ideas for this rule, moved out of
.claude/rules/diagnostics/lc0086-page-style-string-literal.mdso the rule doc describes current state only. None of these is scheduled; names and defaults may change when an item is picked up.StyleExpr = myVarto assignments likemyVar := 'Standard'in triggers/methods. Complex, PC0030-level effort.Format(PageStyle::Value)expression.