How to attach a blob file from Azure to Business Central (Document Attachment)?

Introduction:

This blog has three parts

  1. Copy a file from one azure container to another container placed in the same storage location
  2. Create a Purchase Invoice and attach the azure blob in the document attachment
  3. Delete the blob file from the source container.

Pre-requisites:

  1. Visual Studio Code (VS Code)
  2. Business Central SaaS environment
  3. Files uploaded to one container

Steps:

Click here to refer Part 1

Read More »

How to copy a file from one Azure container to another using VS Code in Business Central ?

Introduction:

This blog demonstrates how copy a file from one azure container to another container placed in the same storage location using VS Code in Business Central.

Pre-requisites:

  1. Visual Studio Code (VS Code)
  2. Business Central SaaS environment
  3. Files uploaded to one container

Steps:

We need a basic setup in Business Central where we define the blob storage name , the source container and the destination container with the access key.

Read More »

Un-allocate quantity on work centre load

Introduction:

We have seen how work centre is allocated load in my previous blog on capacity planning.

If you’ve missed it please click on this link

In cases of machine breakdown or a mishap or a maintenance repair work, it is necessary to take out the load on a machine. We might need to reschedule the same operation to some other shift or day.

This blog is to understand how to un-allocate or reverse the allocated quantity on work centre load.

We can easily accomplish it in 2 steps.

Read More »

Cost calculations on Capacity planning

Introduction:

In my previous blog, I have showcased how capacity planning will help us understand the capacity load, allocated load on work centres and plan or re-plan the production orders.

If you have missed my blog please click on this link.

This blog talk about the cost calculation of direct cost and overhead cost on capacity ledger entries.

There are two places where we add the cost. I will go through both the methods and you can choose which is best for your business.

  1. Work Centre
  2. Routing
Read More »