Learn how to send D365 emails using X++ code. The system can send an email, or an email form can be opened directly within Dynamics.
#Dynamics36 #MSDyn365 #MSDyn365Community #DYN365O #D365FO #Microsoft #d365ug #xppgroupies #D365 #SendEmails #EmailText
https://dynamics365musings.com/send-d365-emails
Sales orders in D365 can follow multiple processing paths, depending on the business scenario. In this article, you’ll learn how to create a call center order in D365 F&SC—a retail-focused workflow that applies channel-specific defaults, enforces a structured order completion process, and supports advanced pricing and payment features.
#Dynamics365 #Dynamics365Musings #MSDyn365 #MSDyn365Community #DYN365O #D365FO #Microsoft #d365ug #xppgroupies #D365 #CallCenter #CallCenterOrders #AddUserToCallCenter
https://dynamics365musings.com/call-center-order-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. Learn how to configure an SMTP server connection for testing.
#Dynamics365 #Dynamics365Musings #MSDyn365 #MSDyn365Community #DYN365O #D365FO #Microsoft #d365ug #xppgroupies #D365 #ConfigureEmailInD365 #SMTP #MicrosoftGraph #EmailParameters
https://dynamics365musings.com/configure-email-in-d365
Learn how to use delete_from in D365 to delete many records from a table very quickly and with great performance.
#Dynamics365 #Dynamics365Musings #MSDyn365 #MSDyn365Community #DYN365O #D365FO #Microsoft #d365ug #xppgroupies #D365 #Delete_From #Performance
https://dynamics365musings.com/delete_from-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 statement that is sent to the server once.
#Dynamics365 #Dynamics365Musings #MSDyn365 #MSDyn365Community #DYN365O #D365FO #Microsoft #d365ug #xppgroupies #D365 #Update_RecordSet #Performance
https://dynamics365musings.com/update_recordset-in-d365
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, learn how to use LCS to resolve this error and get your environment working again.
#Dynamics365 #Dynamics365Musings #MSDyn365 #MSDyn365Community #DYN365O #D365FO #Microsoft #d365ug #xppgroupies #D365 #D365InvalidCertificate #CertDateInvalid #SSL #TLS
https://dynamics365musings.com/d365-invalid-certificate
D365 maps are really useful for storing lists of pairs of related values. Each item in a D365 map stores a key and a corresponding value. Each key in a map collection is unique, but the associated value does not have to be. For example, you could store a salesId in the key, and a related value such as the total in the value. Or, perhaps you store a RecId of one record, and its related RecId in another.
#Dynamics365 #Dynamics365Musings #MSDyn365 #MSDyn365Community #DYN365O #D365FO #Microsoft #d365ug #xppgroupies #D365 #Map #MapLookup #MapInsert #MapRemove #MapEnumerator
https://dynamics365musings.com/d365-map
A D365 set is a unique, unordered collection that contains elements of all the same data type. Learn how to use them to track processed records.
#Dynamics365 #Dynamics365Musings #MSDyn365 #MSDyn365Community #DYN365O #D365FO #Microsoft #d365ug #xppgroupies #D365 #Set #SetIn #SetAdd #SetRemove #SetEnumerator
https://dynamics365musings.com/d365-set