web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
How To Send D365 Event Emails

Timely confirmations and details are essential for building customer trust. In this article, learn how to send D365 event emails. After a customer or business takes an action, an email confirmation of that action is often expected. Learn how to as...

Peter Ramer 65
Like (0)
Create A Call Center Order In D365

Sales orders in D365 can follow several different flows. In this article, learn how to create a call center order in D365. Unlike business-to-business scenarios, call center orders are ideal for orders with retail customers. These orders include d...

Peter Ramer 65
Like (0)
Set Up A D365 Email Template

Communication with customers is very important. After something progresses with their order, it is helpful to send the customer an email. In this article, learn how to set up a D365 email template. Email templates allow businesses to format the em...

Peter Ramer 65
Like (0)
How To Configure Email In D365

There are several different ways to configure email in D365. Microsoft Graph is now the recommended email provider, replacing the deprecated Exchange email provider. Additionally, you can set up a connection to an SMTP email server. Lastly, the sy...

Peter Ramer 65
Like (0)
How To Use D365 SkipDataMethods

Developers in Microsoft Dynamics 365 for Finance and Operations can use the D365 skipDataMethods method to skip the record-specific code and allow the system to perform database operations in bulk. To execute database operations as quickly as poss...

Peter Ramer 65
Like (0)
How To Use Delete_From In D365

In this article, learn how to use delete_from in D365. The delete_from keyword in x++ is used to delete specified records from a table as efficiently as possible. This command is extremely fast because it generates a single SQL statement that is s...

Peter Ramer 65
Like (0)
How To Use Update_RecordSet In D365

In this article, learn how to use update_recordset in D365. The update_recordset keyword in x++ is used when you need to update many records in a table quickly with the best performance. It is extremely fast because it generates a single SQL state...

Peter Ramer 65
Like (0)
Fix D365 Invalid Certificate Error

When using a Microsoft Dynamics 365 Azure cloud-hosted environment, you may receive an error message relating to a D365 invalid certificate. In this article, I will describe the steps required to resolve this error. Certificates are used to secure...

Peter Ramer 65