Related Posts
  • Forum Post: AX 2009 EP Development Question

    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...
  • Forum Post: Product Builder vs. Service Question

    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...
  • Forum Post: Dynamics AX 2009 EP

    Hi, could anybody help me regarding how to use WebUsercontrol from VS2008 in EP? Thanks Bijay
  • Forum Post: EP Webparts on another server

    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...
  • Forum Post: Slow query for Visual Studio DAX Reporting Project

    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...
  • Forum Post: Business Connector

    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...
  • Forum Post: Limit number of records in axapta reports

    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 ?
  • Forum Post: How to Check Dead Stock

    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
  • Forum Post: Debugging Enterprise portal on windows 2008 server

    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...
  • Forum Post: upgrading active directory 2003 to 2008

    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.
  • Forum Post: Need Help in Binding ResultSet with Grid in Axapta

    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...
  • Forum Post: AxGridview filter not persisting on EP page

    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...
  • Forum Post: Create pdf of control documents in X++ ?

    I need to create pdf of control document like sale order on button click in x++ can anyone have source code ?
  • Forum Post: Re: Ax2009 Enterprise Portal - time format - help !

    Hi IKSIKS, i think u can try with ItemTemplate in EP. Best Regards, Santosh Kumar Paruvella
  • Forum Post: How to avoid Table Synchroniser...

    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 ?.......
  • Forum Post: Sort Sales Invoice in Axapta on Serial Number

    Hi, I have to sort sales invoice in axapta 2009 on serial number from inventdim table ?
  • Forum Post: Re: Re: Re: AX 2009 SSRS Date Range Parameters

    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...
  • Forum Post: Outlook Integration with Axapta 2009

    Is exchange server is necessary to integrate outlook with Axapta 2009 ?
  • Forum Post: Log on Error in Ax 2009 client

    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...
  • Forum Post: Removing Sub Module from EP site

    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...
  • Forum Post: Enterprise Portal Invoice pdf

    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...
  • Forum Post: Dynamics 2009 Enterprise Portal - AxToolbar and AxGridView

    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...
  • Forum Post: Is Dynamics AX 2009 Supported in Visual Studio 2010

    Is there a way to do dynamics AX development in Visual Studio 2010? After installing VS2010 the Dynamics AX template and controls are missing
  • Forum Post: Need Urgent Help in Salesline table Synchronization

    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...
  • Forum Post: Enterprise Potal - Page Refresh Problem

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