Questions tagged [business-connector]

.NET Business Connector is a Microsoft Dynamics AX component that enables you to integrate with Microsoft Dynamics AX from a .NET-connected application. You can call Microsoft Dynamics AX business logic or access data from a .NET-connected application.

.NET Business Connector is a Microsoft Dynamics AX component that enables you to integrate with Microsoft Dynamics AX from a .NET-connected application. You can call Microsoft Dynamics AX business logic or access data from a .NET-connected application. For an example of using .NET Business Connector to access data, see Walkthrough: Integrate an Application with Microsoft Dynamics AX Using .NET Business Connector. For information about the other ways to integrate with Microsoft Dynamics AX, see Integrating Other Applications with Microsoft Dynamics AX.

SOURCE: msdn

38 questions
18
votes
3 answers

Obtain Network Credentials from Current User in Windows Authentication Application

I was wondering whether it was possible to obtain the current user object and get their credentials so that I can pass them along to a NetworkCredential object which I am using to connect to my AX .NET Business Connector. As, at the moment I'm…
CallumVass
  • 11,288
  • 26
  • 84
  • 154
4
votes
2 answers

In Dynamics AX, using the Business Connector, how do you call kernel functions?

I would like to know how to call kernel functions from AX using C# (.Net Business Connector). Specifically, can you call methods like fieldName2Id, tableName2Id and curUserId?
Brainman
  • 216
  • 2
  • 7
3
votes
3 answers

Can PHP communicate with Dynamics AX business connector?

PROBLEM: I need to feed data from a PHP script into Dynamics AX. METHOD: I suppose the easiest way to do this is by using the Dynamics AX Business Connector. QUESTION: Is it possible to connect to the Dynamics AX Business Connector directly from a…
user263475
2
votes
1 answer

Dynamics AX 2009 Business Connector Permissions

In direct mode, what permissions does the Business Connector use? In AX 2009, the Business Connector can run in direct or indirect mode. In indirect mode, you use LogonAs to impersonate an AX user, and you inherit all their permissions. I…
Brad
  • 1,357
  • 5
  • 33
  • 65
2
votes
1 answer

How to determine whether a user has permissions to update a table using business connector

We are developing an intranet application using the Business Connector with our Dynamics AX 2009 installation. We want to allow users to update the data from certain tables if the user already as permission to do so in AX. That is, if the user's…
Paul
  • 1,129
  • 2
  • 17
  • 37
2
votes
1 answer

How to get the number of values in an array in .Net?

AX allows arrays to be defined, but while fetching information through the .NET Business Connector, it shows as a single field. E.g: Dimension is set…
semantic_c0d3r
  • 819
  • 2
  • 15
  • 31
1
vote
2 answers

Insert dateTime field into Dynamics AX database through business connector

I have been trying to get my C# program to insert records directly into a Dynamics AX 2009 database using the .NET business connector. So far I can easly insert a string, int, int64, enum (NoYes), but it fails every time I try and insert a dateTime…
Zordey
  • 656
  • 5
  • 10
1
vote
1 answer

Not able to connect AX 2009 Dynamics business connector

We are using AX 2009 Business connector for our .net application to get the data from AX.once in a week or month it is not able to connect AX using business connector in production environment. Below is the error logs we found during the…
user5503016
  • 21
  • 1
  • 5
1
vote
1 answer

Converting AxaptaContainer to either Byte[] or Base64

Background: I am trying to display an image from an Ax2012 DB on an ASP.Net page. Problem: The image is stored in the Ax2012 DB as a BLOB (Or well, an Ax Container). I must to convert this in my C#.Net webservice (Connected via the…
1
vote
2 answers

email connector doesnt work

I've tried several tutorials/solved questions but the email connector doesn't seem to work for me. any advice anyone ? i've added a new runtime variable _JPI_VM_OPTIONS = Djava.net.preferIPv4Stack=true but nothing seems to work i never receive the…
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

Axapta Business Connector

As we know that COM Business Connector provides Microsoft COM interoperability, we used COM Business Connector to interact with Microsoft COM before Axapta 4.0. In Axapta 2012, COM Business Connector is no longer supported, but for the .NET…
1
vote
1 answer

HttpContext.Current.Session is null on timed event

I have developed an e-commerce system based on ASP.NET and an ERP system, Microsoft Dynamics AX 4.0. For each HTTP session, I logon to the ERP system using a "Business connector", a .NET component. The "Business connector"-object is stored in a…
1
vote
2 answers

Using Dynamics AX's Business Conectors to Generate Sales Orders

So, just like the title says, I need to create an application that gets data from another Database, and shoves it through Dynamics AX's throat. This data comes from a portal, not Enterprise Portal, but a PHP one. It stores some data from the order…
Smur
  • 3,075
  • 7
  • 28
  • 46
1
vote
1 answer

Installing/running .net business connector 2009 without a domain

Is there a way to run/install a .net business connector without a domain. It is for development only.
Miha Markic
  • 3,158
  • 22
  • 28
1
2 3