Author: ERP Consultors
Comparison between D365 BC and SAP B1: Business Central Background: In 1984, three young entrepreneurs in Denmark released the precursor application to Navision (which would later become Dynamics NAV) under the name PC&C (Personal Computing and Consulting). In 1987, the developers released Navigator 1.00, which took PC&C’s single-user application and turned it into a client/server-based accounting …
OnAfterValidateEvent of Table Field in Business Central: What is an Event? To handle events, you design event subscribers. Event subscribers determine what actions to take in response to an event that has been raised. An event subscriber is a method that listens for a specific event that is raised by an event publisher. There can be …
OnAfterInsertEvent (Table) Trigger Event via EventSubscriber: What is an Event? To handle events, you design event subscribers. Event subscribers determine what actions to take in response to an event that has been raised. An event subscriber is a method that listens for a specific event that is raised by an event publisher. There can be multiple …
D365 BC Shows Error When Changes Made in Table Fields: (1) The system show error when we did changes in the Table fields like Delete, Change Data Type and Rename in Dynamics 365 Business Central. (2) Error Message- Microsoft (R) AL Compiler version 7.4.7.43721Copyright (C) Microsoft Corporation. All rights reservedCompilation started for project ‘TNSProjectExtension’ containing ’25’ files at ’18:26:34.515′.e:\ABC Extensions\ABCProjectExtensions.vscode\Custom Object\ProjectBudgeting.Page.al(91,61): error AL0132: ‘Record “Sales Line”‘ does not contain a definition for ‘BudgetedMargin’Compilation ended at ’18:26:35.597′.Error: The package could not be created. (3) For solving the above error. Define “schemaUpdateMode“: “ForceSync” in “launch.json” file. And publish the extension again. …
Make Field Editable & Non-Editable and Visible & Non Visible in D365 BC: For making field “Editable” and “Visible” in Base Application object in Dynamics 365 Business Central. Use “Editable” and “Visible” syntax. Let’s take an example. Take the “Posting Date” field of the Sales Order. Example-01: Editable. modify(“Posting Date”){Editable = True;} Example-02: Non-Editable. modify(“Posting Date”){Editable …
Change Caption or Name of existing Field in D365 BC: Step 01: For changing the name or caption of the field in the Base Application object in Dynamics 365 Business Central. Use “Modify” syntax. Step 02: Let’s take an example. Take the “Posting Date” field of the Sales order and change its name to “Invoice Date”. …
Display Value of RECORDID Data Type in Page in BC D365: Step 01: “RECORDID” contains the table number and primary key information of a table. Set filters is applied on full value not on partially value. You cannot use GET function to get record in a table. Step 02: Take on example, develop a new page …
Configure or use other extensions in BC D365 via dependencies Settings: Step 01: A project reference in an AL-based workspace is defined as a “dependency” in the “app.json” file. Highlight in Figures. Step 02: A project reference is the full id, name, publisher, and version of an existing project in the workspace. Step 03: In the example below, the project called “India GST” define. Since “India GST” …
Extension Fields Not Visible in Page in D365: Step 01: When published an extension to Dynamics 365 Business Central using Visual Code which reported a successful installation. But When open page in which field is added through extension not shown. Then you must check that in VS “Field ApplicationArea property” is set or not. Step 02: …
Features of Dynamics 365 Business Central: Financial Management: General Ledger. Receivables Management. Collections. Predict Late Payments. Automatic Payments. Payment Tolerances. Reconcile Vendor Payments. Prepayments. Transfer Bank Funds. Multiple Companies. Intercompany Transactions. Cost Accounting. Transfer Cost Entries. Cost Budgets. Reverse Posting. Employee Expenses. Defer Revenues & Expenses. Import Payroll Transactions. Closing Periods. Preparing Closing Statements. Report VAT. …