You can now run queries when you publish an AL project (F5 and Ctrl+F5) from Visual Studio Code. Simply modify the launch.json file of the project to include the "startupObjectType" = "query" and "startupObjectId" = "<QueryID>" settings, replacing with the ID of the query that you want to run.
Comments
Post a Comment