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

Summary: Focus on: AI Safety, Storage Costs, Dev Experience, and Sales AI. Ignore the rest for now.

#MSDyn365 #ReleaseWave1 #Microsoft

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

If you are interviewing this week, read the "Release Wave 1 2026" plans. Interviewers love to ask: "What feature in the new wave are you most excited about?"

If your answer is "I haven't looked yet," you just failed the passion test.

#MSDyn365 #PowerPlatform #InterviewPrep

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