Home
»
Microsoft Dynamics AX
»
Microsoft Dynamics AX Forum
»
All Tags
»
.net
Browse by Tags
Tags
#AX2012
#AX2012 #X++
.NET Business Connector
“Microsoft Dynamics AX 2009”
“Microsoft Dynamics”
2009
2012
AIF
AOS
AOT
AX
AX 2009
AX 2009
AX 2009 2009
AX 2009 AOS
AX 2009 Client
AX 2009 Developement
AX 2009 EP Development
AX 2009 Inventory
AX 2009 Reporting
AX 2009 SP1
AX 2012
ax 2012 AOS
AX 3.0
AX 4.0
Related Posts
Forum Post:
.NET Webservice that returns a DataSet or Custom object
d.romero
Hello everyone and thanks for reading, I'm new to Dynamics AX, and I am currently working with version 4.0. I've been playing around with AX and I was able to consume a .NET webservice from X++ code. What I want to do now is to consume a webmethod that returns a custom data type. In...
on
26 Jun 2009
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:
I need to create a new pallet (inventory equipment) programmatically
Josh Schneider
I need to create a pallet programatically. I have the pallet id already and need to supply it when creating the pallet. Can someone supply a sample of X++ or .NET BC code on how to do this?
on
23 Jun 2010
Forum Post:
Create New Record via AIF Web Service
bayuubay9999
Hi All, I just started to learn AIF framework and in MSDN I found this two article : - How to: Call an AIF Web Service from C# - How to: Call an AIF Web Service from C# to Create a Sales Order First Article just try to get data from ax sales order table, and it going flawlessly without an error...
on
9 Jan 2011
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:
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:
Creating System.Data.DataSet in MS Dynamics AX
Sebastian Aurand
Hello together, currently I'm trying to integrate a .NET control into MS Dynamics AX 2012. In order to display the values. The control needs a certain .NET DataSet (System.Data.DataSet) to be passed. Are there any good examples how I could create a DataSet within x++ and fill it with data?...
on
28 Nov 2011
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:
how to get client host name in citrix farm at AX 2009
Jun Zeng
host = System.Net.Dns::GetHostByAddress(Request.ServerVariables.Item("REMOTE_HOST")) This line of coding is for .net. I tried in x++ but failed, because AX webRequest doesn't have serverVariables method... I google everywhere but didn't find solution. My company would...
on
28 Jun 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:
Unable to Deploy SSRS report on AX 2009 Sp1
Priyadarshi Ranjan
Hi Experts: I am facing couple of issues while working on SSRS on AX 2009 SP1, and hence seek your help. 1. While running a report, there was an error pertaining to the static class method call in SSRS, which was referencing some other class. On evaluation of code we found that no such business logic...
on
10 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:
AOS Install impossible with Server 2012 & .Net 4.5
GSB
Is there a work around for installing AOS from Dynamics AX 2012 onto a Windows Server 2012 that is running .NET 4.5? The prerequisites are showing one error that can't be cleared for hotfix KB2390372 (and update to .net 4.0) and it is impossible to install KB2390372 on a system with .Net 4.5 If...
on
6 Nov 2012
Forum Post:
Troubleshooting AXAPTA BusinessConnectorException
Jake See
Hi all, I had a working AXAPTA .NET Windows Service using the BusinessConnector.dll. At that time, the AOS 4.0 server is running on a Win2k8 server listening on port 2713. Yesterday an upgrade took place and a new Windows Server 2012 took over. AOS is now configured to run on the new server, listening...
on
18 Nov 2012
Forum Post:
Calling DLL inside dynamics ax 2009
rolarte1201
Hi All, Just want to seek help/advice regarding calling DLL file inside AX 2009 . I tried creating DLL using c# in .NET Framework 3.5 with Singing details and public token. I also generate the public token for this DLL using sn command in command prompt. Then I copy the DLL in the bin folder of AX...
on
19 Nov 2012
Forum Post:
Mark all lines in EPProjTimeSheet
bhlj
Hi everyone I am trying to modify the "EPProjTimeSheet" page in AX 2009 Enterprise Portal. By standard you can mark lines one at a time by checking a checkbox in each line, but I would like to add a checkbox in the AxGridview Header in order to mark all lines at once. I have tried...
on
11 Dec 2012
Forum Post:
MS Dynamics AX Berater / Entwickler / Admins GESUCHT
Denise Brozeit
Haben Sie genug vom ständigen Gerede über das aktuelle Schneechaos und davon, dass es in den nächsten Wochen auch nicht besser wird? Warum schicken Sie mir nicht einfach Ihren Lebenslauf und dann können wir uns ganz entspannt über IHRE neue Karriere im MS Dynamics AX Umfeld unterhalten...
on
22 Jan 2013
Forum Post:
Are Dynamics AX edit controls .net based? MFC-based? or native GUI-controls?
Johan Andersen
Hello, I have a quick question. Are edit controls in MS Dynamics AX systems based on .net, MFC, native GUI-controls, or a mix of these? If you don’t have the full picture, maybe you can tell what framework the vast majority of (built-in/out-of-the-box) edit-controls in Dynamics AX is...
on
27 Feb 2013
Forum Post:
Retail POS Plugines
faress mahmoud
hi i had just tried to install devexpress tools on the ax2012 VM and try to build a a custom form in dialog project in service solution, issue here is that devexpress datagrideview dose not appear in the form when dragging it in the form if any one have solution for this please post it
on
28 Mar 2013
Forum Post:
Looking for a Dynamics AX 2012 Developer in Minnesota
hbaril
This individual will be responsible for converting functional requirements into customizations using .NET and AX native programming languages. This will be a collaborative effort between the developer and the technical/functional project leader. This person will spend the majority of their time executing...
on
19 Apr 2013
Forum Post:
Connecting a 3rd party software to Microsoft Dynamics AX?
vnobre
Hello all, I'm creating an ecommerce solution based on NopCommerce. There's already a NopCommerce add-on for Microsoft Dynamics AX 2009, but it's for a very outdated version of NopCommerce. I've read about connectors, but I'm unsure if any would work with a non-msft-related product...
on
22 Apr 2013
1
2