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.
|
|
|||
|
|
|
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. |
||
|
|
