Tagged Questions
2
votes
0answers
34 views
DAX 2009 Enterprise Portal: Passing Different Contexts to Different Pages
I have a page that shows a grid of Customer Contracts (KeyField = ContractId), and when I click on the ContractID, it takes me to the Contract Detail page with the proper Contract details displayed. ...
1
vote
4answers
616 views
Enterprise Portal Web Parts not showing in Sharepoint for anonymous users
We have an enterprise portal site based on sharepoint, and we want to open it up for anonymous access.
However, dynamics ax web parts do not display when logging in as anonymous user, even though the ...
1
vote
1answer
526 views
How to enable create / insert in a AxGridView in Enterprise Portal (Dynamics AX 2009)
There must be a way to enable creation and insertion of a record from a AxGridView without using the Tunnel and Wizard approach. From what I have found on the Internet so far, the only example is ...
0
votes
1answer
141 views
How to move or copy a Dynamics AX 2009 Enterprise Portal instance?
I can't think of a better way to word the question than the subject line, but I'll try my best.
We're comfortable copying and handling the AX instances themselves, but how do I create a duplicate of ...
0
votes
0answers
209 views
AX2009 EP: How to pass context into lookup, based on a User Control in the AOT
In DAX exists example of lookup, based on User Control - tutorial_Customers. In this example, lookup created as User Control and it's based on custom dataset. It's work fine, but how to pass ...
0
votes
1answer
197 views
<%# Bind([ReqPo!ItemId])%> doesnt work
In Dynamics ax Enterprise Portal I have created a templatefield in AxGridView. Seems everything ok, but when i try to enter some value to this textbox (manually or through lookup), it doesnt bind to ...
0
votes
1answer
989 views
Microsoft AX and Business Connector / Enterprise Portal / Application Integration Framework
I've been working a while with a project aiming to integrate AX with the Web.
The company who delivered AX has chosen to use Business Connector (BC.net) directly on my side of the backend.
I've ...