Home
»
Microsoft Dynamics AX
»
Microsoft Dynamics AX Forum
»
All Tags
»
AX 2009 EP Development
Browse by Tags
Tags
.net
.NET Business Connector
“Microsoft Dynamics AX 2009”
“Microsoft Dynamics”
2009
AIF
AOS
AOT
AX
AX 2009
AX 2009
AX 2009 2009
AX 2009 AOS
AX 2009 Client
AX 2009 CRM
AX 2009 Developement
AX 2009 EP Installation
AX 2009 Inventory
AX 2009 Reporting
AX 2009 SP1
AX 2009 upgrade problem
AX 3.0
AX 4.0
AX2009
AX2009 Security
Related Posts
Forum Post:
AX 2009 EP Development Question
MannyIndy
I have development experience in X++ in Dynamics AX, but am completely new to Enterprise Portal development. So any help is appreciated. I have to build a simple website that allows our distributors to log in and submit some contact information about prospective new leads. This information should then...
on
18 May 2009
Forum Post:
Product Builder vs. Service Question
Adriano Ribeiro
Hello Guys, this is my first post, I am new to Dynamics AX 2009 world, so sorry for any dummy question. At first, we are trying to implement Dynamics AX in my company but we face an issue about the using the Product Builder in the contract service item: Here is the scenario: - We are a ISP and...
on
18 May 2009
Forum Post:
Dynamics AX 2009 EP
bijay muduli
Hi, could anybody help me regarding how to use WebUsercontrol from VS2008 in EP? Thanks Bijay
on
23 Jul 2009
Forum Post:
EP Webparts on another server
Maver
We have EP deployed for the most part, but we want to deploy some EP webparts to a MOSS server that is not part of the topology. I followed the 1-2-3 steps here: http://blogs.msdn.com/solutions/archive/2009/04/03/integrating-ep-web-parts-to-non-ep-sharepoint-sites.aspx And of course it doesn't...
on
12 Aug 2009
Forum Post:
Slow query for Visual Studio DAX Reporting Project
Trisha
Hello, I have created a query according to an example from MSDN in the AOT, and have created a report in Visual Studio that uses this query from the AOT as the dataset in my DAX Reporting Project. I set everything else for the report as instructed, but for some reason the query takes more than 15...
on
20 Aug 2009
Forum Post:
Business Connector
josephvelasco26
Hi, Just need some help on how to integrate Dynamics AX to ASP.Net. I don't have any problem integrating this in C# window app. when i try to use my code in WEB(ASP.net), there's an error (Page Cannot be displayed) in Event Viewer (".NET Runtime version 2.0.50727.1433 - Fatal Execution...
on
14 Sep 2009
Forum Post:
Limit number of records in axapta reports
M.Azwar Alam
I have developed a report on axapta report designer and i need to limit the number of records upto 30 records per page can anyone know how to do it ?
on
14 Dec 2009
Forum Post:
How to Check Dead Stock
vijaykumar reyya
Hi Can any one tell how to check Dead Stock(Stock Which Remains in Inventory for very long period) in Dyanamics Ax 2009 regards vijay
on
9 Jan 2010
Forum Post:
Debugging Enterprise portal on windows 2008 server
towi
Hi! I have some problems with debugging webforms through enterprise portal in AX2009 after logging on the server with a RDP session. I have followed all instructions on how to debug after a search on google. But nothing works. The hotfix from Microsoft is installed (KB962952), I think. All went well...
on
13 Jan 2010
Forum Post:
upgrading active directory 2003 to 2008
M.Azwar Alam
We are going to upgrade our Active directory 2003 to A directory 2008. So, We need to check the compliance of Axapta (4 and 5) and SharePoint 3.0 which we have installed in our productive environment with Active Directory 2008.
on
2 Feb 2010
Forum Post:
Need Help in Binding ResultSet with Grid in Axapta
M.Azwar Alam
I have the following code in which i am getting ResultSet from Access Database but i dnt know how to bind it with Grid. I write this method in Form Init and i have two StringEdit Fields username and password. Anyone knows how to bind it ? public void init() { loginProperty loginProperty = new LoginProperty...
on
6 Feb 2010
Forum Post:
AxGridview filter not persisting on EP page
Trisha
Hello, I am using an AxGridview control to display sales orders on my EP page. I have enabled the filter and can use this to filter by PO. However, if there are two sales orders, clicking on the second record in the grid somehow resets the filter even though it has not been erased or reset. I have the...
on
9 Feb 2010
Forum Post:
Create pdf of control documents in X++ ?
Azwar Alam
I need to create pdf of control document like sale order on button click in x++ can anyone have source code ?
on
10 Feb 2010
Forum Post:
Re: Ax2009 Enterprise Portal - time format - help !
Santosh Kumar Paruvella
Hi IKSIKS, i think u can try with ItemTemplate in EP. Best Regards, Santosh Kumar Paruvella
on
25 Feb 2010
Forum Post:
How to avoid Table Synchroniser...
P.RAM
Hi I am an novice in Dynamics,when i created new EDT,and try to save that it started SYNCHRONISE,it is taking time to finish that process,and it will display some Error .Any idea abt why it happens and how to avoid ?.......
on
19 Mar 2010
Forum Post:
Sort Sales Invoice in Axapta on Serial Number
Azwar Alam
Hi, I have to sort sales invoice in axapta 2009 on serial number from inventdim table ?
on
29 Apr 2010
Forum Post:
Re: Re: Re: AX 2009 SSRS Date Range Parameters
KindlePower KindlePower
I'm fairly new to using the AX 2009 SSRS method, but have been making some headway. I am trying to get a report working using this an AOT Query with the SalesLine table joined to a couple custom tables. I'm trying to use the CreatedDateTime as a range because the query is an aggregate with a...
on
11 Jun 2010
Forum Post:
Outlook Integration with Axapta 2009
Azwar Alam
Is exchange server is necessary to integrate outlook with Axapta 2009 ?
on
15 Feb 2010
Forum Post:
Log on Error in Ax 2009 client
Christopher Francis
Hi , My server is Windows Server 2008 R2.I install Dynamics AX 2009 successfully in server.Client also install succesfully in Windows 7 (25 systems).Some times client AX 2009 is not working in client systems.its showing " Log on Error Connection with Application Object Server Could not be established...
on
22 Jul 2010
Forum Post:
Removing Sub Module from EP site
Vinayak Chingunde
Hi, I referred MSDN for Web Module Overview, i find "How to: Add Web Module Items" http://msdn.microsoft.com/en-us/library/cc624296.aspx can any one suggest me how to remove Human Resources sub module from EP site The step that i have tried was 1. Delete the HumanResources sub...
on
28 Sep 2010
Forum Post:
Enterprise Portal Invoice pdf
Trisha
Hello, I am trying to create a button on the Enterprise Portal for DAX 2009 that will generate a copy of the invoice in pdf format. What is the best way to do this? I have found some documentation mentioning EPSendDocument, but can't find enough information to figure if it will work and how...
on
28 Oct 2010
Forum Post:
Dynamics 2009 Enterprise Portal - AxToolbar and AxGridView
Ebbe Høeg Jensen
Hello. I've developed a web component based on a dataset. A toolbar and a grid is parts of this webcomponent. It seems that whenever I push an item on my toolbar, the records in my grid is written or validated via my dataset. Is this normal behaviour, anyone? Can this be avoided? Best...
on
17 Dec 2010
Forum Post:
Is Dynamics AX 2009 Supported in Visual Studio 2010
BMLBBL35
Is there a way to do dynamics AX development in Visual Studio 2010? After installing VS2010 the Dynamics AX template and controls are missing
on
11 May 2010
Forum Post:
Need Urgent Help in Salesline table Synchronization
Azwar Alam
Hello I have added a field with the name Print in salesline table then i deleted it from AOT but when i m going to synchronize table it is giving me error "cannot execute a data definition language command on sql database has issue an error". Then i deleted this field from sql server in...
on
26 May 2010
Forum Post:
Enterprise Potal - Page Refresh Problem
Partha Sarathy
Hi, Recently i have created a simple usercontol for inserting values into the table with auto insert button. Value is getting updated in the table and everyting is fine. But the EP page is not getting refreshed to view the populated values. Problem Definition: Consider there are two fields...
on
23 May 2011
1
2