Questions tagged [enterprise-portal]

Enterprise Portal for Microsoft Dynamics AX provides a web-based application framework that allows for users to interact with data in Microsoft Dynamics AX through a web browser. You can create new content for Enterprise Portal, and also modify existing content. Most additions and changes can be made using resources in the Application Object Tree (AOT) in combination with SharePoint.

Enterprise Portal for Microsoft Dynamics AX provides a web-based application framework that allows for users to interact with data in Microsoft Dynamics AX through a web browser. You can create new content for Enterprise Portal, and also modify existing content. Most additions and changes can be made using resources in the Application Object Tree (AOT) in combination with SharePoint. More advanced applications and modifications can be created by using Visual Studio and the development framework for Enterprise Portal.

For more information about how to install and configure Enterprise Portal, see Enterprise Portal and Role Centers. For details about using Enterprise Portal, see Enterprise portal (TechNet).

46 questions
26
votes
1 answer

Multiselect from Ax 2012 Listpage (EP) to downloadDocument.aspx

I have been struggling with this for a while now and can't seem to find a solution for my problem. I would really like some help here if possible, it would mean a great deal to me. I'm currently running a listpage from ax 2012 on a Enterprise portal…
Heygar
  • 543
  • 1
  • 6
  • 19
7
votes
1 answer

Integrating JBoss GateIn Portal with PicketLink-STS (SAML)

I'm trying to figure out (if it's possible) how to integrate the JBoss GateIn Portal app with PicketLink-STS to generate a security token (i.e. SAML Assertion) that can be used to implement "Single Sign On" (thus talk to backside EJB services that…
MItch Branting
  • 563
  • 1
  • 5
  • 6
4
votes
0 answers

Use SAP Logon ticket with .Net Application using SSO22KerbMap or SAPSSOEXT

I am looking into option on using Single Sign On (SSO) from a SAP Portal to a Non-SAP ASP .Net application. Reading through the documents and online searches, I found there are couple of approaches 1. Use "SAPSSOEXT" to evaluate the Logon ticket in…
user320587
  • 1,277
  • 4
  • 27
  • 52
3
votes
2 answers

How to confirm If current request from EP AX 2012

I am sure there will be some helper method/class to confirm whether the current request originated from Enterprise Portal or from Client in AX2012R2. I just cant find it. Can you please point me to it? Thanks
2
votes
0 answers

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. On THAT page, I would like to be able to click on…
2
votes
1 answer

Ripping unnecessary/unused modules from Liferay portal

We are using only portal part of the liferay to show data from some of our applications. It is done thro liferay-ext. Is it possible to rip out the modules unused by us like communities, forums, blogs etc that we dont use. These seem to be hogging…
rameenak
  • 23
  • 2
2
votes
2 answers

Dynamics AX 2009 Rollup 7 Enterprise Portal AX_Core ERROR using Windows server 2008 r2 64 bits and sharepoint 2010 foundation

Arquitecture: AOS Server: Running windows server 2008 r2 std 64 bits spanish. Enterprise Portal Server: Running windows server 2008 r2 std 64 bits spanish, SharePoint 2010 Foundation 64 bits, IIS 7.5 DataBase server: Running Window server 2008 r2…
2
votes
3 answers

How to track and load a specific user's information?

I'm making a small portal in ASP.net (with C#.net4) where users can login and add, edit their personal information (PI). But I don't get how to load information (stored in a SQL server DB) in the page when a specific user is logged in. For example:…
Thomas
  • 297
  • 1
  • 8
  • 21
1
vote
1 answer

Enterprise Portal + SOA system - will future development and extensions be costy in time?

At work we are designing an enterprise system that will consist of a few sub-systems. The subsystems are quite large and independent modules themselves. We plan having 1) Accounts and Security module 2) Reporting module 3) Gaming module From the…
Ivaylo Slavov
  • 8,179
  • 10
  • 57
  • 103
1
vote
4 answers

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 Guest account has been set up, and correctly…
1
vote
1 answer

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 using a Wizard, and I honestly don't find that to be…
Skaue
  • 763
  • 4
  • 13
1
vote
0 answers

EP drop down field doesn't store default value.

In EP page when I click a record on edit mode where it takes to edit page. A drop down bound field of the record has default value "none" where when I select a value e.g "accepted" and click on the page back button. The "accepted" value is saved.…
piku
  • 471
  • 3
  • 12
  • 43
1
vote
1 answer

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…
Israr Khan
  • 199
  • 1
  • 4
  • 12
1
vote
1 answer

Deploy module works fine, but deploy individual menu item gives error

While deploying menu Item I receive an error: Server was unable to process request. ---> Setup encountered an error during deployment of the Role Center and Enterprise Portal framework. But deploying whole module works fine. Also importing page…
1
vote
0 answers

Data from args is empty first time on page load

I have a button on my parent page which opens a modal window and passes a string value: AXDialogArgs args = new AXDialogArgs(); args.Data = "Some data"; args.URL = url.Url.ToString(); args.Size = DialogSize.Maximum; DialogHelper.Open(args,…
Phu Minh Pham
  • 955
  • 6
  • 19
  • 38
1
2 3 4