Dvlpr Life

Author's posts

Dynamics 365 Business Central: Yes you can merge Customers, Vendors and Contacts

As users enter data through normal business processing, a byproduct of data migrations or consolidations, there are often instances where there is more than one master record for a customer, vendor, or contact. Having multiple references to the same entity can be challenging to manage their orders, invoices, payments, and interactions. In earlier versions of …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/08/merge-customers-vendors-and-contacts/

Dynamics 365 Business Central: Do more with Customer and Vendor Templates

Setting up master data in Microsoft Dynamics 365 Business Central becomes easier when you use Templates. You can use templates to assist with entering customer, vendor, item, or employee data. Using Templates in Business Central allows you to specify field values for a specific group of master data. When entering master data, you select the …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/08/apply-those-master-templates/

It’s Friday! – July 29

Permanent link to this article: https://www.dvlprlife.com/2022/07/its-friday-july-29/

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 …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/07/rulesets-pragma-i-do-not-want-to-follow-rules/

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 …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/07/business-central-isolated-storage-keep-out-of-my-data/

It’s Friday! – July 22

Permanent link to this article: https://www.dvlprlife.com/2022/07/its-friday-july-22/

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 …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/07/do-cops-write-tickets-in-al/

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 …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/07/make-life-easier-with-visual-studio-code-snippets/

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 …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/07/business-central-al-moduleinfo/

It’s Friday! – July 15

Permanent link to this article: https://www.dvlprlife.com/2022/07/its-friday-july-15/