Questions tagged [aif]

Application Integration Framework Web services are used to exchange documents between Microsoft Dynamics AX and other systems

99 questions
1
vote
1 answer

AX 2012 AIF Outbound - Released Product and Linked data in 1 XML file

I'm on AX 2012 R3 CU10. I need to export Items data (Released Products) in XML format. But also related data like: Translations (Product > Languages > Translations) Site Specific Order Settings for Sales, Purch and Invent (Manage inventory > -…
Bjorn Mistiaen
  • 6,459
  • 3
  • 18
  • 42
1
vote
1 answer

AX 2012 AIF Outbound port Data Policy - override mandatory fields

I'm on AX 2012 R3 CU10. I need to export Items data in XML format. I've created an outbound AIF port, based on service operation EcoResProductService.read. While selecting Data policies, AX won't let me untick the checkbox for…
Bjorn Mistiaen
  • 6,459
  • 3
  • 18
  • 42
1
vote
0 answers

AIF Inbound ports must begin with a letter and contain only alphanumeric characters. Why?

I'm trying to enable logging for an AIF endpoint which name contains a special character "_". And I'm getting this error message: The name of a port must begin with a letter and contain only alphanumeric characters. [@SYS93129] Validation is in…
KREKA
  • 11
  • 1
1
vote
2 answers

How should I log External Web Services called from X++

I’ve followed the standard tutorials to create an external web service reference. My calls contain transactional data and logging is imperative. I’d like to know what sort of logging I should employ when making these external calls. I’d really…
Case 303
  • 538
  • 10
  • 24
1
vote
1 answer

When I call an AIF service from C# to create a SO, my XML doesn't look like I would expect

I'm experimenting with AIF to create a basic SO from C# following this general guide from Microsoft. I have two questions. The only information I'm passing is this: // Create instances of the entities that are used in the service and …
William YK
  • 1,025
  • 12
  • 26
1
vote
1 answer

How to Import on InventItemLocation table?

I know some classes AIF to import in to standard Table , look like : InventItem_InventTable ; VendVendTable_VendTable , etc... I have to import in to InventTable, and, I wanto to insert too in the InventItemLocation table. When I launch the…
ulisses
  • 1,549
  • 3
  • 37
  • 85
1
vote
1 answer

Control AIF document service schema

On Dynamics AX 2012 R3 CU8 when you use the wizard to create a document service, the system generates the schema for the different operations in the service. Is there a way to control what gets generated? For example, if I create a query with…
RT.
  • 435
  • 2
  • 9
  • 25
1
vote
1 answer

AX 2012 R3 CU8: System.ServiceModel.FaultException: An error occurred

I'm trying to update an existing sales order using AIF services. When I invoke the service operation, I get the following error message: System.ServiceModel.FaultException: An error occurred. Server stack trace: at…
RT.
  • 435
  • 2
  • 9
  • 25
1
vote
1 answer

Field not found on "Document data policies" Form in Ax 2012 (AIF)

I'm configuring the document data policies for a given entity (TrvPBSMaindata), but there's one field missing (CostType) and I can't find the reason. All the other fields seems to be there, and I've compared it with the behavior of some other fields…
1
vote
0 answers

WCF Security outside internal network

Here is the scenario. Two different networks. We have client desktop applications on one network that needs to connect to network #2. Network #2 has a WCF service running, that is accessible to our network publicly. In turn that WCF service will…
Sirus
  • 382
  • 1
  • 8
  • 35
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

how to use Data Driven Adapters for CCA and Integrating in CRM?

I am Working on CRM CCA. I want to Create Data Driven Adapters to communicate with other Applications. but i am not able to Create Data Driven Adapter. Can any body Help me
1
vote
1 answer

How to perform a partial string query on Dynamics QueryService?

I'm writing this code in C# using Dynamics AIF. How do I perform a partial string query on Dynamics QueryService? The Dynamics query would be like this: WHERE %1.Field LIKE '*partialstring*' This is what I'm doing: QueryDataRangeMetadata range =…
eestein
  • 4,914
  • 8
  • 54
  • 93
1
vote
1 answer

How can I determine when a record is being inserted/updated from AIF?

I have a customer-sync built that syncs AX customers with an external system's customers. When an update/insert is performed on the external system, it dumps an AIF file that gets processed. I want to put some logic in the table method…
1
vote
1 answer

AX 2012 R2 CU7: AIF server setup

Previously, we had AIF services installed on the same box as the AOS. Something happened with the AIF services and they stopped working using HTTP inbound ports. So, We installed AIF on a new server. What should we do to point to the new AIF…
RT.
  • 435
  • 2
  • 9
  • 25