CountryRegionCodes property for the form controls
I have a Form1 with Grid and three fields in it with the following properties:Form control nameDataSourceFieldDisplay methodCountryRegionCodes property specified on form controlCountryRegionCodes...
View ArticleRE: Error while posting Movement Journal
I have also facing the same issues. Please tell what you have done the code in InventJournalTrans_In table 0 value.Any fixed solution
View ArticleError while posting Movement Journal
Hi,I am getting the error while entering the line details in the movement journal.Error is as follows."Cannot create a record in Invent journal trans information for India (InventJournalTrans_IN)....
View ArticleNeed to create History form for service Orders
Dear All Experts,Good DayI need to create a history form for each service orders. If user create a service order then this form saved a line for example:-Line 1) Service Order Id:- SRV-00001...
View ArticleRE: Purchase Req Workflow
Hi Sam,All users must be linked to related worker record for workflow. And also as you said all users must be assigned to system user role.If you want AX assign the work item to the person who have...
View ArticleRE: I have an approved PR with status approved but not flagged with a green...
Have you enabled Public Sector module?if so, then on the specific Purchase Requisition on the Financial Action pane click button Reserve budget funds. This should bring your PR to Release approve PRs...
View ArticleI have an approved PR with status approved but not flagged with a green flag...
I have an approved PR with status approved but not flagged with a green flag and not appears in the released PR form?
View ArticleRE: Need query from Inventory Aging Report (Ax 2012 R3)
Hi Dave,Did you got any solution for your inquiry ? as I'm looking for the same
View ArticleNeed query from Inventory Aging Report (Ax 2012 R3)
Hi All,I’m creating an excess inventory report in which I need to replicate the Inventory Aging Report. This report is located under Inventory Management> Reports > Inventory Aging.What I need is...
View ArticleRE: Management reporter error
Yes I did and still no way out .I don't have any error message but most of the accounts are not accurate.
View ArticleCreating a Form in AX 2012
Hello Everyone,I need some help to create a form using fields from InventTable and InventTableModule. The two fields the form will use are ItemID and SalesPrice. This is the job to get the sales price...
View ArticleRE: How does AX calculate the inventory?
Hello bjdchw, Are you operating an older AX2012 system?If so, please check on LCS if the following hotfix applies: KB 4036131Available physical displays incorrect quantity for WHS items when you run...
View ArticleRE: X++ code for merging excel cells
Hi,If You don't want this warning, You must change range from SysExcelRange on COM .Example :COM range;range = SysExcelWorkSheet.cells().range("A1:C1").comObject();range.MergeCells(1);
View ArticleX++ code for merging excel cells
Hi all,Any one kindly explain the steps for developing the merging excel cells functionality in Microsoft Dynamics AX 2012.Thanks in advance.
View ArticleRE: Trade Allowance Management - Off Invoice not working
Narsimha,I am wondering if you ever found a way to solve this. I am currently running into the EXACT same problem in a development environment and have not been able to find a solution elsewhere. Thanks!
View ArticleTrade Allowance Management - Off Invoice not working
Hi,We have a scenario where we have setup the Trade allowance management to calculate "office Invoice" discount for a specific product and does not work. When I go to Sales Order line and click on...
View ArticleRE: X++ code to create General Journal (The main account 0 does not exist.) ,...
It should be ledgerDimensions = ["1101010000", "1101010000", 0] 0 means that you don't have any financial dimensions, try it and same way for offset account
View ArticleRE: I have an approved PR with status approved but not flagged with a green...
Dear Ayman Shalaby,Please check the batch job status used for workflow process. If it's stuck in executing try to delete and recreate them will help you.
View ArticleRE: Purchase Req Workflow
Dear Sam,Did you try hierarchy option to set condition can you please show us any image for that.
View ArticleRE: Creating a Form in AX 2012
Hi Lionel07!You want to create a form with only two fields?So, create a field with items lookup and a field (set allowEdit to NO) which will display sales price. Then override modified() method on...
View Article