What's new in AL for Business Central 2024 Wave 1 - The Hacker Edition

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 11

  • @mauriciovillatoro9361
    @mauriciovillatoro9361 7 місяців тому +5

    I do agree with you on the drop zone.

  • @EPErnst
    @EPErnst 7 місяців тому +3

    We are still using v.14 and it really sucks that we cannot compile with the default version. But it's not quite as bad as you make it. If you click the Unistall button, then you get the option of installing any one of older versions.

    • @hicamajig
      @hicamajig 7 місяців тому

      The biggest annoyance seems to be the ability to develop for one cloud project that is on the latest version and one On-Prem using an older version. I haven't found a way to have separate versions of the AL Language extension on both yet so at some point I will be constantly installing different version unless I can find a way to do per workspace.

    • @Hougaard
      @Hougaard  7 місяців тому +3

      Easiest way, install the insider VS Code, it's a separate VS Code instance with separate extensions installed.

    • @EPErnst
      @EPErnst 7 місяців тому

      @@Hougaard That's also a good suggestion. Isn't there any "downsides" to using the insider build?

    • @Hougaard
      @Hougaard  7 місяців тому +1

      Turn off updating when you're on a version that works :)

    • @Hougaard
      @Hougaard  7 місяців тому +2

      But actually, this should work better: code.visualstudio.com/docs/editor/profiles

  • @chriswatson2407
    @chriswatson2407 6 місяців тому

    If you right click the AL Extension in the Extension part of vscode there is an option to 'Install Another Version..'. I haven't tried it but I assume that this makes it easier to switch.

  • @rinku9528
    @rinku9528 7 місяців тому

    How to add today date on list page caption pls sir create new video pls pls🙏

  • @cptnraptor
    @cptnraptor 7 місяців тому

    Native Extensions is a real game changer. FINALLY.
    The introduction of namespaces really has changed the developer mindset over at MS, thank every god that ever was, finally we can have extensibility within the context of a single place! Not everything needs to know everything, even in a single app!
    namespace MyNamespace.Vehicles;
    table X Car ... (some properties/fields here)
    namespace MyNamespace.Vehicles.Racing;
    tableextension Y "Racing Car" extends MyNamespace.Vehicles.Car; ... (some racing specific properties/fields here)