Today I would like to talk about how to copy an existing company via AL (Create multiple companies in one go).
As you might know, Microsoft will add a new company limit in 2023 wave 1 (BC22).
Today I would like to talk about how to copy an existing company via AL (Create multiple companies in one go).
As you might know, Microsoft will add a new company limit in 2023 wave 1 (BC22).
The List data type in AL language represents an ordered collection of objects that can be accessed by their index. Unlike an Array data type, a List does not have a fixed size and does not need to have its dimension specified when it is declared.
The List data type has several useful methods that can be used on its instances.
As companies grow, your Microsoft Dynamics 365 Business Central system needs to adapt and scale due to organic growth or via acquisition. In this video, ArcherPoint shows how to copy data from one company and transfer this information to another company within Business Central via the configuration worksheet. In Business Central, the configuration worksheet is the central location that allows you to plan, track, and perform your configuration work.
One of the things that totally slipped by me, is the new app from Microsoft that apparently was released in the last wave called “Data Search“.
It’s a simple, but powerful concept: Search for “any” record in your data. Well, any record that you have set up to search for at least ;-).
In this video, I explore how we can pull telemetry data into Business Central. Check it out:
In this new how-to video from ArcherPoint, the topic is configuring the Data Exchange Definition for Electronic File Transfer (EFT) in Microsoft Dynamics 365 Business Central. Before you can send and receive electronic documents or import and export bank files, you must set up the data exchange framework to process the data files or streams.
The list data type can be useful in specific situations when coding in Microsoft Dynamics 365 Business Central. In this post, you will learn what is it and how to use with two use case examples.