insert data in to inheritance table gives error
Hi I am facing error inserting data in a table of retail _RetailPeriodicDiscount in dynamics AX 2012 R3 by x++ code table has inherited property how can i insert data in inherited table my code is...
View ArticleBringing financial dimension in ssrs report dialog?
Bringing financial dimension in rdp contract class in D365 finance and operation
View ArticleXppCompiler and runbuf in AX7
We need to generate source code and run it but we can't do it in AX7. the idea is to implement dependent rules and formulas, the user parametrize this,for example we would like to generate if (part1...
View Articlerelationships between the two tables
Goodmorning everyoneFor internal company needs, I have to develop an application that will read the data directly in the AX database.I have to make a select between these two tablesPURCHLINE and...
View ArticleHow to apply filter on grid
Hello, How to achieve , if I want my Grid on the list page to be filtered by default. For example only active employees should show by default when I login.
View ArticleAccess to D365FO tables via PowerApps/CDS
Hi all, I'm attempting to use PowerApps to pull data from D365FO to CDS for PowerBI and PowerQuery purposes. What I have found within PowerApps is that I am restricted to mapping standard D365FO...
View ArticleInternal error on writing to CSV file
Hello All,Can anyone help me on this ? Thank you :)
View ArticleRecordinsertlist with inmemory table ax 2012
Hi,Can we use recordinsertlist with Inmemory table.Thanks in advance.
View ArticleHow to call the current record in the method from the event handler method of...
Hello all,I want to call the current record in the method from the event handler method of data source which is static method.The code written is this:class HRMApplicationEventHandler{ ///...
View ArticleRestrict development for legal entity
Hi Experts,In our D365 enviroment , we have 4 legal entities.We have some development related to sales order - made some field mandatory while creating SO, like this we have some more developments.Now...
View Articleunable to consume d365 webservice via php
Hi, I am trying to call methods through a wsdl URL (domain.sandbox.ax.dynamics.com/.../somename via PHP Soap Client. I am able to get the list of Functions (Methods), but when I call the methods no...
View ArticleThe following number of exchange rates were imported: 0
Hello,We can't import currency exchange rates central bank of Europe in UAT. we get the following warning. We copy/past the link XML in the browser i can see all currency exchangeWe can import them in...
View ArticleIndex -field used to join tables
Hi,Is it required to add the field used in joining tables as part of index.select * from TableA join * from TableB where TableA.field1 == TableB.field2 && TableA.field3 == 20;Should...
View ArticleHow to Pass values
Hi guys The Screenshot have been attached , when I type "6" in the ' item number box' it will show as "600" in the 'percent num box'.Form -Sales TableAnd my code is...
View ArticleSending data from third party to import into D365FO.
I am developing an application for D365FO and have a requirement from client so he can send data to D365FO to integrate with my application.Our client will set up the unique field to track which data...
View Articlejoin using QueryBuilder
i am trying to create join query but unfortunate i am doing something wrong.plese help me with below this. public static void main(Args _args) {Query query = new Query(); QueryRun queryrun;...
View ArticleQ about some terms in AIF like EntityKey[]
Hello ..when i search about hot to call read operation in AIF services or write i found a lot of example ..my problem to understand some terms like.. EntityKey[] keys; EntityKey key = new EntityKey();...
View ArticleIntegrating Azure AppInsight in ax2012
I am unable to integrate Azure AppInsight in ax2012. Is it really possible to use Azure AppInsight in ax2012 and it is possible then how to do it.
View ArticleForm validate event handler not marking field if called directly
Hi,When creating event handler on form data field I'm able to get the Warning indicator shown on the field, like with this demo code:[SubscribesTo(classStr(FormRun), staticDelegateStr(FormRun,...
View Article