Forum Post: RE: item, Item groups and Main Accounts used for Posting
Hello Kchung, You can check the item group window or the inventory posting form(inventory-setup-posting-posting) as an alternative. Yet, both forms look similar and do not provide you the Information...
View ArticleForum Post: RE: Get OffsetLedgerDimension from MainAccount record in AX 2012
Have a look here you need to prepare a container to pass it to AxdDimensionUtil::getLedgerAccountId
View ArticleForum Post: RE: Access Denied: MCRInventSearchController
How do you add the server method and permissions to the role?
View ArticleForum Post: RE: Export model in AX2012 R3 using axutil command
Your syntax is wrong, because it doesn't take the space into account. Your command (axutil export /model:usr model) is interpreted as an import of usr model with an additional parameter called model...
View ArticleForum Post: RE: Standard Cost rounding issue
In the version values setting in the recording tab of you costing version do you have "round off" ticked? I would try ticking it first, then check my home currency has rounding set. AX holds figures to...
View ArticleForum Post: RE: Ax 2012 R3 CU9: Unable to add database instance
,axupdate is something you can create with the installer, if you need to install updates for a machine without access to internet. You don't have to worry about it in your case. What's your current...
View ArticleForum Post: RE: Get OffsetLedgerDimension from MainAccount record in AX 2012
Finally, I found the code : static void createOffsetDimensionFromMainAccount(Args _args) { DimensionAttributeValueCombination dimensionAttributeValueCombination; MainAccountNum mainAccountNum =...
View ArticleForum Post: RE: Reserving items via sales order
Presumably before you have created the production order? I would suggest not, the BOM components are planned through the explosion, but the reservation is controlled through production, so you need to...
View ArticleForum Post: RE: Get OffsetLedgerDimension from MainAccount record in AX 2012
Thanks for the help, I finally found the code to build the dimension needed.
View ArticleForum Post: RE: error while importing AX model 'could not load the file or...
It's related to different versions of .NET Framework. The solution is documented on Technet in Troubleshooting working with model files .
View ArticleForum Post: Main Account Name display as default
AX 2012 R3 - Is there a setting to display only the main account name when viewing the Trial Balance with all financial dimensions? The default behavior is to display all the dimension names,...
View ArticleForum Post: RE: Export data and publish in AX2012
First of all, you must have installed the add-in for Excel .
View ArticleForum Post: RE: Main Account Name display as default
Hello Frank, You can display all financial dimensions by setting up a financial dimension set that includes all your financial dimensions and by selecting this dimension set in the trial balance list...
View ArticleForum Post: RE: Books - AX 2012 R3 & Visual Project Planning
Ian, I have spent the past two years compiling Visual resources. Maybe they will help - try browsing to the project site that I set up at www.dynamicsaxcompanions.com . Murray
View ArticleForum Post: RE: Main Account Name display as default
Hi Frank, Are you referring to the Trial balance list page, the report or both?
View ArticleForum Post: RE: SSAS cube query doesn't return same results as an AX view...
Ok, by using only BOM table it works. So my guess is that using BOM > BOMVersion instead of BOMVersion > BOM relationship will work :) Will check it now.
View ArticleForum Post: Vendor Bank Setup - AX2012
I have an employee who has chosen a savings account to have her expense reimbursements deposited. I do not have the option to select Checking or Savings as the Type of Account or Bank account type. Is...
View ArticleForum Post: RE: Vendor Bank Setup - AX2012
I have forwarded this to my IT Dept to run this script. I appreciate all your help Sohaib Grace
View ArticleForum Post: TitleField() method doesn't exist in SMAAgreementTable or CustTable
I am making a form in Ax 2012 R3 that uses the same layout as SMAAgreementTable form. Designs -> Design -> Tab:Tab -> TabPage:TabPageDetails -> Group:HeaderInfo ->...
View Article