Warehouse Insight Published Events

Warehouse Insight Published Events

You are here:
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Need help?

3 Comments

  1. Bernard Chayer
    Bernard Chayer August 24, 2023 at 6:39 am

    Thanks Nathan, it worked 🙂

  2. Bernard Chayer
    Bernard Chayer February 28, 2023 at 1:40 pm

    Hi Folks,

    I tried to create an event handler for the OnAfterFilterWhseActivityLines() published event and got this as template

    [EventSubscriber(ObjectType::Codeunit, Codeunit::”WHI Whse. Activity Mgmt.”, ‘OnAfterFilterWhseActivityLines’, ”, false, false)]
    local procedure OnAfterFilterWhseActivityLines(var precWhseActivityLine: __MissingTypeSymbol__; var ptrecEventParams: Record “IWX Event Param”);
    begin
    end;

    Notice the __MissingTypeSymbol__ is there something I’m missing?

    • Nathan Silverman
      Nathan Silverman April 19, 2023 at 4:28 pm

      Hi Bernard,

      I have had that come up once in a while. It appears to be a VS Code AL Extension issue, or an issue with the app.json. When I’ve experienced the __MissingTypeSymbol__ issue, it was caused by bad application packages, the wrong platform being used, or a change in the platform version of the extension. Deleting the package cache often solves the problem.

Leave A Comment

Go to Top