I'm new to D365fFO development, having come from a SQL background. I now find myself tasked with writing reports (and the objects required to deliver those reports) from Dynamics and am struggling with a simple concept.
If I create a calculated column in a view using an X++ method, how can I check the output of that method without having to go through the time-consuming process of building the whole model, doing a synchronise database, and then looking at the view in SSMS?
When replying, it might be worth treating me like an idiot given that I'm used to doing SQL development in using the SQL BI stack rather than a an object oriented language using Visual Studio.
Thanks
Stuart