Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AL Parser Error parsing PageExtensions #66

Open
KristofKlein opened this issue Oct 2, 2023 · 0 comments
Open

AL Parser Error parsing PageExtensions #66

KristofKlein opened this issue Oct 2, 2023 · 0 comments

Comments

@KristofKlein
Copy link

KristofKlein commented Oct 2, 2023

Hi,

we can see in the verbose Output from AL ninja that it fails to parse some Objects:

[AL Parser] Error parsing "NBCX Item Journal" (c:\Workspaces\nb-core\Src\PageExtensions\ItemJournal.PageExt.al): Expected symbol "=", found word "OnDeleteRecord" at line 2, character 12

While the PageExt just looks like this:

pageextension 6197342 "NBCX Item Journal" extends "Item Journal"
{
    trigger OnDeleteRecord(): Boolean
    var
        FWMSerialNoHandling: Codeunit "NBCX FWM Serial No Handling";
    begin
        FWMSerialNoHandling.CheckIfItemJnlLineLinkedToServOrder(Rec); //Fieldwork management
    end;
}

Also tried an good old "Al Go" ... same output :
[2023-10-02T08:36:50.195Z] [AL Parser] Error parsing CustomerListExt (...\Documents\AL\ALProject9\HelloWorld.al): Expected symbol "=", found word "OnOpenPage" at line 6, character 12

ninja Version: v2.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant