July 2022 archive
Permanent link to this article: https://www.dvlprlife.com/2022/07/its-friday-july-29/
Jul 29 2022
Pragma and Rulesets let you make or break the rules.
The AL Language extension (the language for developing applications for Microsoft Dynamics 365 Business Central) contains fourcode analyzers for analysis of your code at build time. “Code violations” are displayed in the Problem window when the code is analyzed. The information is valuable for identifying and jumping to Code Analysis Tool rule violations. Now that you potentially have …
Permanent link to this article: https://www.dvlprlife.com/2022/07/rulesets-pragma-i-do-not-want-to-follow-rules/
Jul 25 2022
Business Central Isolated Storage: Keep Out of my Data!
Microsoft Dynamics 365 Business Central Application Developers often need to store sensitive information their application uses. In earlier Dynamics NAV versions, developers often saved this data in table fields. The table field values were accessible to any other application or user that had access to the table. Information such as API keys, user credentials, or …
Permanent link to this article: https://www.dvlprlife.com/2022/07/business-central-isolated-storage-keep-out-of-my-data/
Permanent link to this article: https://www.dvlprlife.com/2022/07/its-friday-july-22/
Jul 20 2022
Do Cops write tickets in AL?
The AL Language extension (the language for developing applications for Microsoft Dynamics 365 Business Central) contains four code analyzers for analysis of your code at build time. The AppSourceCop analyzer enforces rules for extensions intended for listing in Microsoft AppSource. Whereas the CodeCop analyzer enforces AL Coding Guidelines and the UICop analyzer enforces rules for …
Permanent link to this article: https://www.dvlprlife.com/2022/07/do-cops-write-tickets-in-al/
Jul 19 2022
Make life easier with Visual Studio Code Snippets
Snippets in Visual Studio code are templates that make it easier to enter repeatable code patterns or blocks. They’re a helpful timesaver when developing applications. I have found significant time savings within Business Central with Snippets for page and table field templates. Visual Studio Code has several built-in Snippets, extension publishers may include Snippets, and …
Permanent link to this article: https://www.dvlprlife.com/2022/07/make-life-easier-with-visual-studio-code-snippets/
Jul 18 2022
Business Central AL ModuleInfo
In the AL Language, the programming language behind Microsoft Dynamics 365 Business Central, the ModuleInfo Data Type provides information about an application. I have often used the ModuleInfo returned by the NavApp to check specific application version information.The NavApp DataType includes information about a NavApp and has a few methods that retrieve a ModuleInfo for …
Permanent link to this article: https://www.dvlprlife.com/2022/07/business-central-al-moduleinfo/
Permanent link to this article: https://www.dvlprlife.com/2022/07/its-friday-july-15/
Permanent link to this article: https://www.dvlprlife.com/2022/07/my-first-homegrown-vegetable/
Jul 12 2022
View the Microsoft Dynamics 365 Business Central Tablet or Phone Client in a Browser
Microsoft Dynamics 365 Business Central allows users to access their data from a browser, tablet, or phone. The phone and tablet client provides users the flexibility to perform tasks while away from the browser. There are several user experience differences between the different clients; The web client is intended for full application use, whereas the …
Permanent link to this article: https://www.dvlprlife.com/2022/07/view-the-microsoft-dynamics-365-business-central-tablet-or-phone-client-in-a-browser/
- 1
- 2