Dynamics 365 Business Central: How to copy attachments from Warehouse Receipt to Posted Warehouse Receipt – Customization

Today I would like to discuss a custom solution about Business Central, how to copy attachments from Warehouse Receipt to Posted Warehouse Receipt.

I was asked this question yesterday, it’s not very difficult, so in this post I want to share it briefly, if you encounter similar requirement, I hope it can give you some hints.

Source : Dynamics 365 Lab
Read more…

Copy Data from Companies using Configuration Worksheet

In the earlier version of Business Central, the only way to copy data between companies was either to copy the company or upload the data through Configuration Packages or Rapid Start.
Microsoft introduced Copy Data from Companies to copy data from specific tables in companies to your respective table in your company.

Source : Olister Rumao
Read more…

The Copy method on temporary records

If you ever needed to copy temporary record variables, you probably already stumbled across ToRecord.Copy(FromRecord, true), with the second parameter true being used. But be careful: it works differently than you might think!

Imagine two temporary record variables, both pointing to the same base table:

Source : The BC docs librarian
Read more…