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

Community site session details

Session Id :

D365 : Why is SysDA uptake so slow ?

Kurt Hatlevik Profile Picture Kurt Hatlevik 2,067
SysDA is a data access abstraction layer. Instead of writing raw SQL or direct select statements, SysDA lets developers build queries through objects (SysDaQuery, SysDaSelect, SysDaWhere, etc.). Some benefits are: It essentially converts X++ query intent into SQL at runtime, while the platform can optimize or change behavior without code rewrites. The SysDA framework was … Continue reading D365 : Why is SysDA uptake so slow ?

This was originally posted here.

Comments

*This post is locked for comments