-
The Issues Behind Grid and Fixed Controls in Dynamics 365 BC and How to Fix It
In this blog post, we will discuss the issues that might arise if you are using a txt2al converter for pages that contain grid or fixed controls. Have a read here://bit.ly/3hesP89
-
Remove seconds and milliseconds from Duration in Business Central
Any ideas guys, thanks
-
Introduction to Business Chart Control Add-in in Business Central
In this article, we will introduce you to the basics of Business Chart Control Add-in in Business Central by creating an example chart using the AL code. Read the full blog post here: https://bit.ly/3fy8CZE
-
Is it possible to put in the Start Menu (what would be the menusuite), a new item for all
Morning, Is it possible to put in the Start Menu (what would be the menusuite), a new item for all users to view? I dindt see "Index" or "start menu" for add product: Thanks in advance,
-
Is there a tool to migrate from a navision axapta 3.0 to a navision BC 14?
Hello, Is there a tool to migrate from a navision axapta 3.0 to a navision BC 14? You know some tools for make this job easiest? Thanks in advance,
-
Visual Studio Code Snippets: User Personalization, Shortcuts, Keybinding
In this blog post, it will be outlined how to modify and create shortcuts and Visual Studio Code snippets to suit your workflow and save you some time spent on repetitive tasks. Have a read here➡️https://bit.ly/39hV7fa
-
NAV 2018 API - Complex Types
I really like the new NAV 2018 API feature. The only thing I'm missing is better documentation and too much time has gone into reverse engineer how standard Nav is using this feature and finding out the little thing. The purpose by this post is to hopefully save some other poor programmers a little time. If you see…
-
How to upload and download files to and from Dynamics 365 Business Central
With Windows Client going extinct and Web Client becoming the only way to use Business Central, there are new limitations like File Management. In this article, Justinas will talk about different ways to upload files to the database of Dynamics 365 Business Central. Read the whole article here: https://bit.ly/3fpYnae
-
Report usign vs Code
I will design a Report in vs code, But i will like to know hwre to add the SETCURRENT KEY command. This is an example dataset { dataitem("Proyeccion Matteriales ";"Proyeccion Matteriales ") { DataItemTableView = sorting("Item No.") WHERE (Tipo = FILTER('PROYECCION REPORTE'));
-
G/L description to contain same text as Invoice Line ?
Hello There, i want to change the description of the G/L Entry , when i post the purchase invoice i want to post the Purchase line description to the G/L Entry instead of "Posting Description". Working on Nav 2018
-
G/L description to contain same text as Invoice Line
I have a client that wants the following customization: - When the user posts an Invoice he inputs a particular description in the Invoice line. - When the invoice is posted and the user goes to 'Navigate' and chooses to see G/L entries, in the description field there is something like 'Invoice SIV07000010'. - This client…
-
Deserialize Json as an array/list of results
Hi, I am trying to call a Rest web service, which returns response in the form of a json "Result": [ {"id":"1", "firstname":"xyz"}, {"id":"2", "firstname":"abc"} ] I have created a dotnet dll and imported it into navision. I use the ApiResult := JsonConvert.DeserializeObject(Json,GETDOTNETTYPE(ApiResult)); to deserialize…
-
Adding global variables on a request form of a report
I have a report which uses 15 global variables, already initialized on the OnPreReport trigger. I need users to be able to change their pre-determined values on launching the report. I would thus like to add thoses 15 global variables on the request form. Sure, I can manually add 15 checkboxes/textboxes + 15 labels then…
-
Power Apps - Navision
Hello, Anyone know if Microsfot give a free apps to Navision made from power apps? Thanks Regards
-
Free Guides: how to transfer your solution from C/AL to AL and install Docker
Having questions on Docker installation or transferring your solution from C/AL to AL? Check out FREE guides which will help you with these processes and lead you through step by step guides➡️https://simplanova.com/free-material/. I hope you will find this information useful!
-
How to Locally Setup Dynamics 365 BC 2020 Wave 1 Release
There is a lack of information on how to locally setup Dynamics 365 Business Central 2020 Wave 1 release on your computer or server without using Docker. Check out our latest blog post if you are interested in step-by-step instructions on how to go from downloading the Business Central installation package to playing…
-
Why Microsoft Dynamics 365 April 19 updates could be the best cloud-based Business Software Yet ?
Hi guys, do you have any insights on Dynamics 365 Business April 19 updates ? I would like to share our blog by on this topic, I hope you will find this useful: https://karyatech.com/blog/microsoft-dynamics-365/why-microsoft-dynamics-365-april-19-update-could-be-the-best-cloud-based-business-software-yet-2/
-
Dynamics 365 Business Central Extensions Build Errors
This time we have collected some tips on Dynamics 365 Business Central Extensions build errors, which developers could check when they can't find the reason why the solution crashes. Have a look, those tips worked for us many times: https://simplanova.com/blog/dynamics-365-business-central-extensions-build-errors/. Do you…
-
swarm intelligence question "Store binary data as string in a c/al code line and read it back"
Hi NAV folks I know there is a way to store any binary data as a text string in a code line and read it out. Unfortunately I don't fully remember it anymore. Aim is to deliver the binary data of a picture inside of a nav object rather then deliver them in an extra bmp. So it should be possible to.. 1. convert a blob binary…
-
Outlook Add-in for Dynamics NAV 2017
Hi, I know that we are told there is an add-in for Outlook that links to NAV 2017, seen the video showing this option. Has anyone managed to set this up correctly? I have run the install option, but I do not see the add-in in my Outlook, and it is not found under the Options > Add-in, under any of the options. I have tried…
-
Can workdate be put in a column in a query?
Is there a way to have a column in a query that contains the location workdate? I am using Dynamics 2019 Business Central. Right now I am linking the Base Calendar Change and Location table and grabbing the Date field from the Base Calendar Change table. I was hoping for a more elegant solution. Pretty new to this so I'm…
-
DECSTR (like INCSTR but decreasing)
A function to descrease a string: DecStr(IcodIncoming : Code[20];IintStep : Integer) OcodReturnCode : Code[20] // DecStr //> 104 // Like the NAVISION INCSTR-function but DECREASING // PARAMETERS: // IcodIncoming : String to be decreased (if this string does not contain a number, an empty string is returned) // IintStep :…
-
How to simplify and organize the Microsoft Dynamics NAV/BC CU installation process
Interested in saving time and costs in your developing activities, while in full control of your own data? Read the full article on how to simplify and automate the CU installation process with 3 simple steps here: https://navtoolbox.com/cu-upgrade/
-
How To Automate and simplify the CU Updating process
Hey all, I want you to show you an amazing way to CU update in NAV/BC. Usually it takes a lot of effort to do a CU Update but Object Analyzer does this task way easier than using Power-Shell and very inexpensive compared to outsourcing this task. The few hours you choose to learn Object Analyzer will reward you with saving…
-
Translating xliff files
My experience in translating captions by creating and updating xliff files for a Business Central extension is in short: hard to do... Adding, deleting and modifying captions results in a mismatch between the automatically generated g.xlf file and the earlier manually created language xliff files. Or am I missing…
-
How to move existing data from C/AL tables to AL tables?
Hello, We have an existing database with customizations developed in C/AL. We have moved the developments to AL on Business Central, thanks to txt2al tool. And now, we do not know how to handle data... What would be the "upgrade path" to move custom C/AL table data and custom field data in W1 tables to the all new…
-
Process to upgrade data of an existing customer from C/AL to AL
Hello, We are using txt2al to convert code from C/AL to AL but what about the data? I posted a few days ago a question about the way to move live data of an existing customization written in C/AL to an extension written in AL…
-
Webinar: How to Convert Classic Dynamics NAV Customized Report to Extensions Automatically
Interested in how to convert classic Dynamics NAV customized report to Extensions automatically? In this webinar, we will show the whole process and share various tips and tricks on the conversion. Save your spot now on 14th of May, 4:00 PM CEST by registering here: https://bit.ly/2VEZMB6
-
Monitoring Dynamics 365 Business Central AL Functions Performance with App Insights
Dmitry Katson talks about the project of building a Dynamics 365 Business Central App which gathered all inventory information from Purchase to Sale, including transfers, production orders, etc. with the goal to understand the profitability in each purchase order. Go and have a read here➡️ https://bit.ly/2VtH13t…
-
AL Interfaces and Other Dynamics 365 Business Central Wave 1 Features
With 2020 spring comes the new Business Central version and Wave 1 features that introduce a new programming capability interface. In this blog post, we are going to review some of the features that caught our technical team's eye. Have a read: https://bit.ly/2xUakUV