Author: acemindtech

This could be the best time to Implement CRM Systems – Microsoft Dynamics 365 Customer Engagement

This Could Be The Best Time To Implement CRM Systems – Microsoft Dynamics 365 Customer Engagement When there is a national crisis such as now, companies usually keep away from investing in new business and technologies because of the economic downturn. However, it is proven that businesses who make investments during economic downturns regain pre-recession growth rates and managing customer […]

Read More

Business Central is helping small businesses leverage the power of Artificial intelligence (AI)

Business Central Is Helping Small Businesses Leverage The Power Of Artificial Intelligence (AI) Microsoft Dynamics 365 Business Central, launched in April 2019, is an enterprise resource planning (ERP) system. A direct successor product to Microsoft Dynamics NAV, it is the latest product in the Microsoft Dynamics family. Business Central which runs on either cloud or on-premise is NAV, just updated […]

Read More

Dynamically changing Images in RDLC Report

Dynamically Changing Images In RDLC Report When creating a multiple document for different companies with different images, we are supposed to pass images based on the companies. Generally, to pass data from report body to report header/footer we use SetData and GetData functions. Similarly, we can also pass images by implementing the below mentioned code. 1.Create the following function in Report Properties: Public Function ConvertPicture(Value) If IsNothing(Value) Then Return “” End If Return Cstr(Convert.ToBase64String(Value)) End Function  […]

Read More

Enums in Business Central

Enums In Business Central With the Microsoft Dynamics 365 Business Central 2019 wave 2 release, Microsoft made available a new data type – Enumeration (Enum) in Business Central. An enumeration type, also known as an enum in programming, Enum is a list that consists of a set of named constants. It can be used as table fields, local […]

Read More

Microsoft Dynamics 365 2020 wave 1

Microsoft Dynamics 365 2020 Wave 1 Category: all blogs, ERP, Dynamics 365 Business Central, Business Central 2020 wave1. The 2020 wave 1 brings in a wave of new features and updates to meet the needs of the ever-changing business landscapes of the current world, it offers you with a more user-friendly environment and addresses to the niche. […]

Read More