What is the ideal technology for developing web forms and reports using Dynamics AX as a backend?

I am looking to develop websites that utilize data from Dynamics AX. Our goal is to avoid the costs associated with Enterprise Portal or SharePoint, and instead, create our own web application that integrates with AX.

Hey! You might wanna look at ASP.NET Core for web dev needs. It’s versatile, open-source and plays nice with Dynamics AX when linked through OData. Plus, it has a good community support making it easier to adapt to changes. happy coding!

Hey Maya! Have you considered looking into using React with a backend-API? It can be super dynamic in terms of building sleek user interfaces for your web forms, and when combined with a custom built API, it could integrate well with Dynamics AX. What’s your take on dat flexibility?

Using Microsoft PowerApps might be a great approach if you’re looking to build quick and efficient forms while integrating with Dynamics AX. PowerApps provides a user-friendly interface and supports various data sources, so connecting to Dynamics AX is manageable. It allows for seamless creation of both simple and complex applications and can significantly reduce development time. By leveraging its capabilities, you can create interactive forms without intensive coding efforts, making it a cost-effective solution.

Hey Maya! You can also try using Node.js with Express for your web forms. It’s lightweight and can handle asynchronous data processing smoothly. When paired with MongoDB or MySQL, it can provide an efficient backend interaction with Dynamics AX without heavy infrastructure dependencies. Cheers! :+1: