Remit addresses are used when you print checks to pay your vendors. Vendors can have multiple remit-to addresses for payments. For example, a vendor might supply an item from a subsidiary company, but wants to receive payment at their headquarters.
Tag Archives: Multiple
Run an AL object with multiple parameters in Business Central
Run an AL object with multiple parameters in Business Central
Dynamics 365 Business Central: FileManagement.BLOBExport only save last file? -> Adding multiple files into a zip file
Last year, we have discussed how to save the report as a PDF, Excel, Word, HTML, or XML file.
More details: Dynamics 365 Business Central: How to save the report as a PDF, Excel, Word, HTML, or XML file (Report.RunRequestPage Method and Report.SaveAs Method) | Dynamics 365 Lab (yzhums.com)
As you might know, Report.SaveAsPDF() function or Report.SaveAsExcel() function not supported in Business Central Cloud SaaS (Cloud). So I tried to save report in Stream objects then convert to file using BlobExport function.
Microsoft Dynamics 365 Business Central: How to use Excel Buffer to Import data With Multiple Sheets?
In order to explain import function from excel simply and clearly, For Demo, let’s assume we would like to Import data To Sales Header Table with associated Sales Line entries.
How we can create multiple Web Client for Business Central to access different DB on the same environment (On Premise)?
If you want to create multiple web client for business central to access different DB on the same environment, you have to just follow these steps:
In our case we are using Business Central 18 version.
Create a relationship with multiple columns in Power BI
When building Power BI reports we often need to join two (or more) tables together, but what if the relationship is defined by two or more columns? Relationships in Power BI are limited to single columns, but whilst this seems like a major limitation there is actually a simple solution to create a relationship with multiple columns in Power BI.
To create a relationship with multiple columns in Power BI we simply need to create a new column by merging the required columns together. What’s more, if we use the same name in both queries Power BI will automatically create the relationship for us.
Business Central Send Email with Multi Attachments
The purpose of this APP is to be able to send an email with a series of attachments; in this case the email is sent to the user (to himself) so that it can then be changed in the email client before sending. In practice, both the Master document (ex Purchase Order) and all attachments are sent in bulk (obviously, keep an eye on the size of the files!).