Within Microsoft Dynamics 365 Business Central, user access is controlled by assigning User Groups and/or Permission Sets to a user on the User Card. A Permission Set is a group of permissions that control access within Business Central. A User Group is a set of Permission Sets, which simplify the assignment of Permission Sets based …
Tag: Business Central
Permanent link to this article: https://www.dvlprlife.com/2022/08/using-security-filters-to-limit-data/
Aug 19 2022
Dynamics 365 Business Central: AllowScheduling Property
One great feature of Microsoft Dynamics 365 Business Central is the option to schedule Reports. As beneficial as this feature may be, there may be cases where the opportunity to schedule a report is not desired. Fortunately, there is a way for a report developer to control this option. The ability to schedule a report …
Permanent link to this article: https://www.dvlprlife.com/2022/08/allowscheduling-property/
Aug 18 2022
Dynamics 365 Business Central: Schedule Reports
One feature of Microsoft Dynamics 365 Business Central is the scheduling of Reports. Schedule Reports are saved to a file or printed to a specific printer. Similar to other scheduled tasks, scheduled reports are processed through the job queue and scheduled to execute once or on a recurring interval. Scheduling reports is an excellent way …
Permanent link to this article: https://www.dvlprlife.com/2022/08/schedule-reports/
Aug 16 2022
Dynamics 365 Business Central: Monitor Field Changes
The Change Log has long been part of Microsoft Dynamics 365 Business Central and is used (misused and abused) to track field value changes. The Change Log allows a System Administrator to define which Tables and Fields to monitor for Insert, Modify and Delete events. Once activated, field value changes are visible on the Change …
Permanent link to this article: https://www.dvlprlife.com/2022/08/monitor-field-changes/
Aug 08 2022
Dynamics 365 Business Central: General Ledger Entry Dimension Corrections
Dimensions in Microsoft Dynamics 365 Business Central have many uses; however, their primary use is for financial reports and analysis. There are many ways to set up and enforce Dimension Value posting within Microsoft Dynamics 365 Business Central. Yet, in an implementation with proper dimensions setup, a need to correct the dimensions on posted general ledger entries may …
Permanent link to this article: https://www.dvlprlife.com/2022/08/general-ledger-entry-dimension-corrections/
Aug 05 2022
August 2022 Cumulative Updates for Dynamics 365 Business Central and Microsoft Dynamics NAV
The August updates for Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central are now available. Before applying the updates, you should confirm that your implementation is ready for the upgrade and ensure compatibility with your modifications. Work with a Microsoft Partner to determine if you are ready and what is needed for you to apply …
Permanent link to this article: https://www.dvlprlife.com/2022/08/august-2022-cumulative-updates-for-dynamics-365-business-central-and-microsoft-dynamics-nav/
Aug 04 2022
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 …
Permanent link to this article: https://www.dvlprlife.com/2022/08/merge-customers-vendors-and-contacts/
Aug 03 2022
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 …
Permanent link to this article: https://www.dvlprlife.com/2022/08/apply-those-master-templates/
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/