Giter Site home page Giter Site logo

Comments (8)

BazookaMusic avatar BazookaMusic commented on September 28, 2024 7

Thanks for bringing this up, we will fix it ASAP

from al.

rdebath avatar rdebath commented on September 28, 2024 1

To be specific there are plenty of other references to these fields that cause no error.
I have to use both the .APP files and the VSIX extension from the pipeline (version 24.0.15544) to have these errors appear in VSCode.
For previous v24, v23 and v22 the errors do not error.

For me all these references are in RunPageLink properties.

page 71952 "TVTWS Web Items"
{
    
    ApplicationArea = TVTBevica;
    Caption = 'Web Item List';
    PageType = List;
    SourceTable = Item;
    UsageCategory = Tasks;
    AdditionalSearchTerms = 'Bevica,Wine,TVision,Web,Integration,ECommerce,API';
    ContextSensitiveHelpPage = 'Web Item List';
    
    layout
    {
        area(content)
        {
            repeater(General)
            {    
...
                field("TVTWS Web Product Code"; Rec."TVTWS Web Product Code")
                {
                    ApplicationArea = TVTBevica;
                    ToolTip = 'Bevica';
                }

...

            }
        }
    }


    actions
    {
        area(processing)
        {

...

            action(WebProductList)
            {
                ApplicationArea = TVTBevica;
                Caption = 'Web Product';
                Image = Item;
                Promoted = true;
                PromotedCategory = Process;
                PromotedIsBig = true;
                PromotedOnly = true;
                RunObject = Page "TVTWS Web Product List";
                RunPageLink = "Code" = FIELD("TVTWS Web Product Code"); // AL0186
                ToolTip = 'Bevica';
            }
tableextension 71950 "TVTWS Item" extends Item
{
    fields
    {
        field(71950; "TVTWS Web Product Code"; Code[20])
        {
            Caption = 'Web Product Code';
            TableRelation = "TVTWS Web Product";

            ValidateTableRelation = false;
            DataClassification = CustomerContent;
        }
         
    }
}

from al.

NKarolak avatar NKarolak commented on September 28, 2024 1

@BazookaMusic Can you please forward? There is some major issue in the latest AL Language build 13.*, it seems.

from al.

JesperSchulz avatar JesperSchulz commented on September 28, 2024 1

The fix for this issue has been checked in to the master branch. It will be available in the bcinsider.azurecr.io/bcsandbox-master Docker image starting from platform build number 24.0.15812.0 and VS Code Extension Version 13.0.934715.

If you don’t have access to these images you need to become part of the Ready2Go program: aka.ms/readytogo

For more details on code branches and docker images please read:
https://blogs.msdn.microsoft.com/nav/2018/05/03/al-developer-previews-multiple-releases-and-github/
https://freddysblog.com/2020/06/25/working-with-artifacts/

from al.

NKarolak avatar NKarolak commented on September 28, 2024

I can confirm the very same like @rdebath described it for RunPageLink.

from al.

rdebath avatar rdebath commented on September 28, 2024

I seem to also have the same issue with a LinkFields property on an XMLport

##[error]./C:/agents/Agent1/_work/612/s/App/Self/src/XMLport/HSBCNURGCTpain00100103.XmlPort.al(163,38): error AL0186: Reference '"TVT.HSBC Snder Bank Branch No."' in application object 'Payment Export Data' does not exist
    schema
    {
        tableelement("Gen. Journal Line"; "Gen. Journal Line")
        {
            XmlName = 'Document';
            UseTemporary = true;
            tableelement(companyinformation; "Company Information")
            {
...
                    tableelement(paymentexportdata; "Payment Export Data")
                    {
                        LinkFields = "TVT.HSBC Snder Bank Branch No." = FIELD("TVT.HSBC Snder Bank Branch No."), "SEPA Instruction Priority Text" = FIELD("SEPA Instruction Priority Text"), "Transfer Date" = FIELD("Transfer Date"), "SEPA Batch Booking" = FIELD("SEPA Batch Booking"), "SEPA Charge Bearer Text" = FIELD("SEPA Charge Bearer Text");
                        LinkTable = PaymentExportDataGroup;
                        XmlName = 'CdtTrfTxInf';
                        UseTemporary = true;
...

from al.

TMEKUMA avatar TMEKUMA commented on September 28, 2024

I have the same with the SubPageLink.

from al.

rdebath avatar rdebath commented on September 28, 2024

Huh, looks like we've only been getting 'core' versions since the 28th Jan.
I can only see Version 24 localised versions for 27th Jan and before.

Oh, and your "Ready2Go" information is out of date (aka.ms/readytogo no longer exists). The sastoken provided by that program is no longer needed; you just have to add the -accept_insiderEula flag See here.

Also microsoft/navcontainerhelper#3327 if that's a more appropriate spot.

from al.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.