Want to create web sites with data on Dynamics AX. We want not to pay for Enterpise Portal or SHarepoint an do our own web app on top of AX.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are pretty much on your own.
If your web-application is read-only then reading from the database (or an offline copy) may be an option. Then your question boils down to: how to create a web site?
If your web-application needs to write data back, you should not write directly to the database. You have to talk to Axapta. Depending on Axapta version it could mean one of:
Listed in decreasing difficulty.
Option 1 is slow and difficult, but would allow asynchronous communication with AX.