enterprise-portal

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 searched a bit, and for me it looks like we must use Application Integration Framework (AIF) / Enterprise portal (EP) - this due to as I unders...

Using Forms Based Authentication with Dynamics Ax 2009 Enterprise Portal

Does anyone know if it is possible to use Dynamics Ax 2009 Enterprise Portal with Forms Based Authentication? I found some clues here and the Authentication with AD work fine, but when i try to load a Ax User Control I get this error: "An unexpected error has occurred. Microsoft.Dynamics.Framework.BusinessConnector.Session.Exceptions.N...

How to configure SAP Netweaver portal, document.domain value?

I have very little knowledge on SAP netweaver portal content development. However I assume netweaver portal comes out of box with standard configurations which ca be customised. Can someone tell me where & how d we configure document.domain value of netweaver portal? By default the document.domain value is relaxed to one level. However ...

Dynamics AX Enterprise Portal Expense Management Screen Manipulation

I'm trying to maninpulate the Expense Management page. See the screenshot below. Click on the down arrows will expand that section to see data regarding the entry. What I want to have is by default when the screen loads to have all the expanded sections open by default. I have tried to mess with with Javascript/jQuery to accomplish t...

How to make some forms available in enterprise portal

Hi, there is some forms in Dynamics AX, that i need to make them available in enterprise portal. But there's major problem, that these forms extends FormRun class. Example: journalFormTrans = new WMSJournalFormTrans(element); but there is no such thing as ELEMENT in datasets. How can i use functionality of such class in datasets? ...

Uploading files in Enterprise Portal

hi, i have issue, how to upload files through enterprise portal? There is a gridView, where i want the upload button appear, if there's no file attached already. And there should appear a hyperlink to download a file, if there's attached a file already. What's the best way to do that. What should i put in X++ and what in .NET? The po...