Home
»
Microsoft Dynamics AX
»
Microsoft Dynamics AX Forum
»
All Tags
»
Dynamics Ax/Programmierung
Browse by Tags
Tags
.net
.NET Business Connector
“Microsoft Dynamics AX 2009”
“Microsoft Dynamics AX 2009” AX 2009 Enterprise Portal Sharepoint
AIF
Allgemein
AX 2009
AX 2009 2009
AX 2009 Developement
AX 2009 EP Development
AX 2009 EP Installation
AX 2012
AX for Retail
Ax Retail
AX2009
Axapta 2009
Business Connector
Dynamcis AX 2009
Dynamics AX
dynamics AX 2009
Dynamics AX/Dynamics AX 2009
Dynamics Ax/HowTo
Enterprise Portal
Expense Management
Retail
Related Posts
Forum Post:
AX 2009 User Transaction Log
Patrick Wachira
Team, I need to get a detailed user activity report in AX - capturing among other details User ID, Date, Time and Document Number for posted sales transactions. Any idea which table i can run a query on? Regards Patrick
on
18 Oct 2010
Forum Post:
How to use this query in dynamics so that I can show the output as a SSRS report in AX
Shibu P
SET DATEFIRST 6 SELECT CUSTTRANS . ACCOUNTNUM + REPLICATE ( CUSTTRANS . ACCOUNTNUM , 10 - DATALENGTH ( CUSTTRANS . ACCOUNTNUM )) + ' - ' + CUSTTABLE . NAME AS AccountTxt , CAST ( DATEPART ( YY , CUSTTRANS . TRANSDATE ) AS VARCHAR ) + ' - WEEK (' + CAST ( DATEPART...
on
23 Dec 2010
Forum Post:
Serial Number issue on Purchase Packing Slip update - On-Hand inventory is registered, but Serial ID not added to Main table
Lies Nys
Hi, we have an issue with Serial Numbers when posting a purchase packing slip. For items with the dimension Serial number activated (and without serial number group on the item details), you can enter any value in the field Serial Number on the Purchase Line. When you post the purchase packing slip...
on
26 Jan 2011
Forum Post:
Changecompany with Business Connector
glenn h
Hi Is it possible to use the command changecompany from C# trough the Business Connector. Regards glenn
on
25 Jan 2011
Forum Post:
Creating sales orders and invoices from the ax webservices aif (AX 2009). I wish to create purchase orders based on these sales orders. There is a way through ax to create purchase orders based on sales orders. Is there a way to do it via webservices ai
Bert Herrera
I am creating sales orders and invoices from the ax webservices (AX 2009). I wish to create purchase orders based on these sales orders. There is a way through ax to create purchase orders based on sales orders. Is there a way to do it via webservices aif. I am integrating a web application where...
on
21 Mar 2011
Forum Post:
Expense Management: Setup of Hierarchy Worflow does not work
Damian Crettaz
Hi all, It looks like in Dynamics AX 2009 the setup of an expense worflow hierarchy is not support. At least we are not able to pick the expense report amount as field for the stop condition to be checked against the employee limit. Does someone has an idea how we can resolve this without customizations...
on
23 Mar 2011
Forum Post:
URGENT - does Dynamics Ax 2009 does not work with well with windows server 2008 r2 and its IIS 7.5 ?
samurai_developer
I have gone through lot of posts for workarounds and they don't work! please let me know what is the best O.S. and IIS configuration for isnalling Dynamics Ax server ? Its a very very urgent need.......... kindly help me ASAP. thanks in advance!
on
15 May 2011
Forum Post:
How to use .NET Connector across different domains
Justin Biggs
I've got the following situation. I'm trying to set up a custom web site for e-commerce that will automatically make a call into AX 2009 to a custom class used for inserting new sales orders and lines. The class and calls work fine when called from any server machine inside the network, but we're...
on
7 Jan 2011
Forum Post:
When a form opens what are the sequential methods called
Ravindra Kesharwani
When a form opens what are the sequential methods called
on
14 Nov 2011
Forum Post:
purchase requisition pending approvals are not displaying correctly on workflow history form on Enterprise portal site.
Shikhar Chaudhary
i have created a purchase requisition workflow record having the approval pending status .But when we open the workflow history form on our ax client it displays the correct tracking details but fails to displays the same on enterprise portal workflow history form.for some records it works and for some...
on
19 Jan 2012
Forum Post:
Axapta 2009 and IBM Lotus Domino connection
ikira
Hi all, im facing one problem. i still can't access database or connection to AxaptaCOMConnector.Axapta3 using my IBM Lotus Domino application. Currently i have AOS, Database, and Domino (WM Server 2003) server. But im currently add another server (Domino server) with windows server 2008 R2 installed...
on
20 Mar 2012
Forum Post:
Unable to post a statement in LS Retail AX 2009
AJAY KUMAR YALAGANDULA
Hi, I am unable to post the statement in LS Retail AX 2009. While I am trying to post the statement, I ma getting the error as "Account number for Transaction type Sales Tax group is not specified". Please help me to resolve this error
on
21 Aug 2012
Forum Post:
How can i solve System Does not support setup continuous of number sequence address.
Mubarak Sha
When i add a new customer or vendor into the vendor /customer form i am receiving the below error message. system doesnot support setup 'continuous' of number sequence address. Number selection is canceled. I set up manual number sequence for both vendor / customer account. Look forward...
on
11 Sep 2011
Forum Post:
EP issue while adding Dataset to Ax Datasource in Visual Studio
jagadis sahu
Hii Guys, I have created a table in AX . I attached that table to the dataset which i have created.So when i am trying to attach this dataset to one of AX-Datasource Visual Studio,it is not allowing and showing the error : " Table 'UB_View' doesn't contain an index with id '65535'...
on
17 Nov 2011
Forum Post:
HcmPositionDetail table delete after applying AX 2012 Feature Pack
Steven Kick
Long time reader, first time poster Earlier this week we reinstalled AX 2012 in our development environment with the 2/1/2012 Feature Pack release. Kernel version: 6.0.1108.403, Application version: 6.0.947.280 Now whenever I attempt to delete a row from the HcmPositionDetail table, I get the following...
on
26 Apr 2012
Forum Post:
Problem with filter functionality
F. Peters
Hi all, i have a problem with the filter functionality in AX (4.0). I wrote the following code: Query qry; QueryBuildDataSource qbds; QueryBuildRange qbr; ; super ( ) ; qry = MyTable_ds. queryRun ( ) . query ( ) ; qbds = SysQuery :: findOrCreateDataSource ( qry , tableNum ( MyTable ) ...
on
20 Feb 2013