Enumerating all the controls on a form
OK, maybe I am asking this question wrong, but I have been unable to get the answer just by searching for the solution, and it seems like it is a fairly straight forward question.I would like to create...
View ArticleDelete physical reservation from x++
hi, I use AX 2009. I would like to delete physical reservation from SalesLine. I use below code but it doesn't remove transaction. After executed it transaction with physical reservation still exist....
View ArticleStopped (error): X++ Exception:- Language EN-US was not found.
I get the error below when I create a workflow with an email template attached.Stopped (error): X++ Exception: No message was sent. Language EN-US was not found. at SysWorkflowWorkItem-create...
View ArticleTaxItemGroup Field updation through Mapping
Dear All,I have added a field - TaxItemGroup in AgreementLine Table and want a value as it is already running in purchTable form.i found that it somthing from mapping in SalesPurchLine i think.how can...
View ArticleTable Details in AX
Hi,I am new to AX. Some one help me to find the table names of the following masters used in Products.Product Table, Brand ,Category,Subcategory etc.Basically i want to find out the tables used in...
View ArticleHow to register a transfer order line with X++ AX 2012
Hi, I'm trying to register a transfer order line using X++ for a service method, the behavior would be the same as if you go to Transfer Orders > Inventory > Registration in AX, I found this...
View ArticleTable inheritance in AX2012
Hi all,Can any tell me the Advantage & disadvantage of using Table inheritance.
View ArticleDimension creation in master table through code
Hi All,I have dimension name and financial dimension values. I needs to insert these values into master tables through code. Lets say, I have dimension "XYZ" and related financial dimension values are...
View ArticleRemove Duplicates in Parameter Drop down in SSRS Report in AX 2009
Hi All,I created a Data set and added one field in the filter..Added new parameter..Added to field from same data set to values property of parameter.. It displaying duplicate values... I want to...
View Articledeleting duplicate data in a table
HI friends ,i have a table containing duplicate data, i want to delete duplicate data.for ex:table : C1 C2 C3 a b c d e f h i j a b c h...
View ArticleWeb service Deployment error in AX 2012
Hi All,I am working in AX 2012,when i am deploying service group i am facing the following issue. The port 'ProjectIdImportServiceGroup' could not be deployed.\nError:...
View ArticleRead data from the ax 2009 into web form using AIF Services
read data from ax 2009 into web form using aif services (for example: aif existing services like CustCustomerService)give example code Thanks Mani
View ArticleRE - Calculating WHT for customers for Nigeria
Hi Everyone, I need to calculate the WHT for Nigeria. As of now in AX 2012 there are some default countries added by Microsoft for the purpose of calculating WHT for Vendors.I need the same...
View ArticleCU6 update
Hi All,I have an issue in updating CU6 in 2012 R2.Compile, CIL generation & sync was done successfully.While doing data upgrade I ran data upgrade cockpit( launch data upgrade)....In batch job form...
View ArticleSSRS Error : sys.webForms.PageRequestManagerServerErrorException 500
Hi all,I've create ssrs report in VS2008 on my DEV env and all works fine, when I moved it to my customer env and run from the AX I'm getting this error :...
View ArticleAX2012 Map becomes Table
Hi,I'm having an issue after installing hotfix 2816385. The hotfix is a kernel update, it doesn't affect any AOT object. However, when trying to compile we now receive an error in object VendPaymSched....
View ArticleWeighment integration
Hi All,I done the integration of weighment with Ax 2009. But, when using the breakpoint on the form only, i can receive the data, without using the breakpoint, i can't receive the value. It shows...
View ArticleEP Controls Modified events
Hello All,I have a very weird requirement to be accomplished.I have a Web Form Developed in for EP and in that form i have several fields in it.Now are there any possible ways to override the modified...
View ArticleCall PurchEditLines form and fill lines
Hi All,I need to call PurchEditLines form for picking list and get some lines from some purchases like pushing select button at PurchEditLines form. I couldn't found anything about this. I just found...
View ArticleDelete Duplicate Records In table level
Hi, I want Delete Duplicate Records In table level i am using this DeleteDuplicate()...its working...is there any another way to delete duplicate records...static void DeleteDuplicate(Args _args){...
View Article