How to Restrict deletion of a record if its id is in use
Dear AllI have make a table and form for create data ,I want to restrict deletion of a record if its id is in use please help me
View ArticleAdding caption to UI builder generated dialog box
Hi,I want to add a caption to the dialog box (parameter window) generated using a UI builder.I am looking for code similar to what I would do in case of legacy reports to add a caption to the dialog...
View ArticleAX2012 claim based user authentication
Hi,While following the blog "https://community.dynamics.com/ax/b/axfortechies/archive/2012/05/01/claims-based-flexible-authentication-in-dynamics-ax-2012" , I am getting this below error on...
View ArticleHow to use LogonAs to logon to another AX server
hi all,Currently, I'm using this code to login to one AX server (AX 2012) from my computer: //test logon AX System.Net.NetworkCredential nc = new System.Net.NetworkCredential("akason", "123abcd");...
View ArticleHow to set SSRS language in the data provider class
Hi,I am aware of this.parmReportContract().parmRdlContract().parmLanguageId(language-id) code to change the language of the report. But, I have seen this code only in the controller class's...
View ArticleMPOS Installer does not detect SQL Express if installed separately
Hi All,I tried installing MPOS on a ACER Iconia W4 device. The MPOS installer could not download and install the SQL Express it gave me an error This SQL Server Setup media is not supported on a X86...
View ArticleError when upgrade AX 2012 R3 CU9 to CU10
Hi all,I have AX 2012 R3 CU9 and i use axupdate.exe to upgrade to CU10.Kernel version and Application vrsion is not the same : Kernel version : 6.3.3000.111Application version : 6.3.3000.110In Software...
View ArticleShow value used to filter from data source
I have a query based list page and I need to show the value used to filter the data source in initializeQuery method on the list page we select control +G similar to the form shown below , how can I...
View ArticleCannot create a record in Item table (RetailInventTable) in counting screen
Hello all,If I insert a new line to counting screen (InventJournalTrans table) i get "Cannot create a record in Item table (RetailInventTable).The record already exists." error. Currently we are not...
View ArticleMove code from 2012 to AX7
I have a relatively simple Module in AX 2012, how do i best move the code to AX7?
View ArticleHow to backup an Application Server (AOS) and restore it on another Server
Hello Members,Please the HP Server DL 380 , I used as Application Server for AX 2012 is having a motherboard problem which HP is trying to resolve for me.My Question is this;I was able to swap the...
View ArticleUnderstanding TFS with AX 2012 (III)
So now some basic tasks with TFS and their approach in AX. Let's look at the way the deletes are handled and then the renames, using a simple example.Create three classes test1, test2 and test3. Add...
View ArticleCannot install Web Services on IIS
Hi all,I have error when install "Web services on IIS" AX 2012 R2.When i clicked "Next" on "Specify Business Connector proxy account information" its show error "The password for Business Connector...
View ArticleCannot edit a record in Sales order - update table (SalesParmTable). An...
Hi People,i am getting the following error while trying to cancel a Product Receipt on one of my POs.'Cannot edit a record in Sales order - update table (SalesParmTable).An update conflict occurred due...
View ArticleEP issue : Unable to retrieve data from the data source. Contact your system...
Hi All,When I am opening EP page for some profiles then facing these issue1 - Unable to retrieve data from the data source. Contact your system administrator for assistance2 - Unable to set parameter...
View Articlemandatory comments in timesheet
Hi guys,I am trying to make comments mandatory at Form level but as it's an array field, i am not sure how to code it in validatewrite method.We use mobile app for timesheet and it's not mandatory on...
View ArticleHow to insert values in table on click of submit button on form and retrieve...
Hi TeamI am new to MS Dynamics AX, I have creates a SalesOrderTable with three fields ordeno, orderdate, productname, quantity. I have created a form on which these fields I have drag and dropped. now...
View Article