In today’s article, we will see new features added in x++.
- New operators are added in X++
- Access data by using the SysDa classes
- New options in VS > Project > Right-click
- Changes To Internal Access modifier in X++
- SysSetupConfigAttribute attribute
New operators are added in X++
There are new two operators( *= and /=) added to X++ libraries.

Here is the link to Peter Villadsen blog where he added more detailed information.
https://community.dynamics.com/365/financeandoperations/b/peter-s-x-developer-blog/posts/x-new-operators
For more keywords, please check below Microsoft documentation.
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-ref/xpp-operators
Access data by using the SysDa classes
How to create extensible queries by using the SysDa application programming interface (API).
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-ref/sysda
New options in VS > Project > Right-click
Added new options when you right-click on the project and add

Changes To Internal Access modifier in X++
Joris and Peter already wrote a nice article on this. Please check the below link for more details.
Changes To Internal Access modifier in X++
Internal accessibility is now enforced
SysSetupConfigAttribute attribute
X++ classes that implement the SysSetup
interface are processed as part of database synchronization. Custom X++ classes that implement SysSetup
are also run as part of database synchronization.
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/syssetupconfigattribute
If you like this article, feel free to share it with others who might find it helpful! If you have any questions, feel free to reach out to me.