0

I am trying to learn Dynamic 365 and I need to know what is difference between AL Programming langauge and X++. what are the usage of each.

MJ X
  • 8,506
  • 12
  • 74
  • 99

1 Answers1

2

AL is the language used to customize Dynamics 365 Business Central (info here https://learn.microsoft.com/en-us/training/modules/intro-basics-al-programming/)

X++ is the language used to customize Dynamics 356 F&O (info here https://learn.microsoft.com/en-us/training/modules/get-started-xpp-finance-operations/)

They are two separate products inside Dynamics 365 family.

Guido Preite
  • 14,905
  • 4
  • 36
  • 65
  • Thanks for your Ans. So I can't use AL to customize Dynamics 365 CRM ?. I can only use X++ to customize dynamic 365 CRM ? – MJ X Sep 29 '22 at 20:41
  • for Dynamics CRM/Dynamics 365 Customer Engagement you use C#, you don't use AL or X++ – Guido Preite Sep 29 '22 at 20:51