Closed dannoe closed 4 months ago
This
page 50000 "Test" { ... field("Entry No."; Rec."Entry No.") { ApplicationArea = Basic, Suite; } field(Type; Rec.Type) { ApplicationArea = Basic, Suite; } ... }
became this
page 50000 "Test" { ApplicationArea = "Basic, Suite"; ... }
but it should be this
page 50000 "Test" { - ApplicationArea = "Basic, Suite"; + ApplicationArea = Basic, Suite; ... }
Thank you for reporting this issue. I've fixed it in the latest extension release.
This
became this
but it should be this