Blog Post: Remove old modelstore from an upgraded AX2012 R2 database
One of the benefits of AX2012 R2 compared to AX2012 RTM is the fact that they decided to split the database in two parts, one part for the business data and one part for the application data. This...
View ArticleForum Post: RE: When create a new Statement from a POS transaction, the...
Thanks for your sharing :)
View ArticleForum Post: RE: Configuring Discount Promotion with Least Expensive at 50 %...
Though post is quite old, but just to update if anyone landed here.Rather then using least expensive you can use Line Spec in Mix and Match Discount groups, this gives you ability to determine...
View ArticleForum Post: RE: CRM functionality Comparison: AX for Retail vs Dynamics CRM
It all depends on your requirements, Microsoft Dynamics CRM focuses on marketing activities of your business whereas Microsoft Dynamics AX Retail is specifically for retail industry.Mustafa Chohan
View ArticleForum Post: RE: AX 2009 Change inventory valuation method from weighted...
Thanks Andre, I will try that in our test environment.
View ArticleForum Post: RE: AX Retail
Hi Barath,please check the link below , and mark this as answered if this is what you need.http://ax-retail.com/Regards,Bilal
View ArticleForum Post: RE: AX 2012 R2 - remove old modelstore
Great, thanks!I'll check it out tomorrow :)
View ArticleForum Post: RE: Microsoft Dynamics AX Offering
there is no dynamics AX in the cloud, like office 365.
View ArticleForum Post: RE: AX 2009 Alerts for specific field with dynamic value
Addition to the previous answer: you also need to schedule the batch "Due date alerts".
View ArticleForum Post: RE: The combination 213.1100... is not valid for the account...
There can be several causes for this error. Are you using miscelanious charges? can you explain some more on the setup of the account structures, filled dimensions on the PO lines?What is...
View ArticleForum Post: RE: AX 2009 - Year End Close
You can print a report (e.g. balance list) for your new fiscal year. Or you can open the chart of accouts and setup to see the balances for your new fiscal year.
View ArticleForum Post: RE: AX 2012 - Project server integration #2
Hello Tomek!When you have a server running Project server and another server running AX, the Synchronization Proxy must be installed in the Project Server and the Synchronization Service must be...
View ArticleForum Post: RE: "Active directory can't be reached" Error while importing...
Hello Umesh.You can use RSAT to administrate your Domain Controller functions, RSAT is used for Windows 7. I think that it is a good way for you to test you full trust relationiship.If you are using...
View ArticleForum Post: RE: Fails to install AX2009 client on windows 7 64bit Japanese...
Hello!You just have to remove the .NET Framework 4.0 componentes and restart your PC. After restart the PC without the .NET Framework 4.0 you will be able to install AX Client.After to install the AX...
View ArticleForum Post: RE: AX 3.0 logon window
On the user options form, General tab, fill in the "Network account name" field with the Windows login name (without domain).
View ArticleForum Post: RE: toggle query prompt after dialog for batch process reports
You should collect all data (including query) before starting the process. Even if it's not in batch, the usual pattern is to collect data on client, move them to AOS and run the process there. It...
View ArticleForum Post: RE: AX 2009 Budget not show on Management Reporter 2012
The first time around, I manually saved each record. I recently created a job that cycles through each record in the LEDGERBUDGET table and saves it programatiicaly. I'm not sure if it worked yet,...
View ArticleForum Post: RE: How to create BOM version, Bom line through code in ax 2012?
Even though this was asked quite a while ago, I had the same question. Unable to find the answer, I researched and found out how to do it myself. In order to do what you are requesting, you have to...
View ArticleBlog Post: Are You One of the Early Birds Heading to Tampa for AXUG Summit 2013?
Early Bird Discounts are available now through June 30 for AXUG Summit 2013 in sunny Tampa, FL, October 22-25. You’re invited to join the event whether or not you’re a current AXUG member. For...
View ArticleForum Post: RE: AX 2012 Problem with query disctinct
how about using an exists join?change joinmode to "JoinMode::ExistsJoin" and remove the three lines after the comment line "//Group by selection". Then it should work
View Article