Forum Post: RE: AX 2012 : Can workflow be configured with temporary tables by...
sure. Although it would difficult to go back into all those threads. But yes, I can remember well this one
View ArticleForum Post: RE: show description of every line
Syntax of what? Which of the two scenarios are you implementing and what's the problem you need a help with?
View ArticleForum Post: RE: Slow processing time when releasing large orders to...
Hi, which CU is installed? Try to narrow the problem by switching off and on the various steps *) in the wave template, and switch off autoprocessing in the worktemplate. *) Autoprocessing at release...
View ArticleForum Post: RE: show description of every line
in a voucher 4 line have different description save in inventjournaltrans when fetch description from inventjournaltrans show only first line description in 4 line of report mean first line description...
View ArticleForum Post: RE: Slow processing time when releasing large orders to...
We are running CU9, but as its s test environment only on AOS. The only thing I have switched on is auto create, so location directive, load building, replenishment first come into play. Work template...
View ArticleForum Post: RE: show description of every line
If you repeat the same description four times, it means that you actually have a bug in how you're fetching the related description. Unfortunately all I see is what you did (which is wrong). I don't...
View ArticleForum Post: RE: show description of every line
select Description from inventJournalTrans join inventJournalTable where inventJournalTable.JournalId==inventJournalTrans.JournalId &&...
View ArticleForum Post: RE: Restricting the Data entry for an item in AX2012
sorry for delay in replying. Can you please let me know how do we implement XDS security for certain items, so that stock of that particular item is increased only using Product receipt (No movement...
View ArticleForum Post: RE: BOM item
hello, here example for phantom use www.alticoadvisors.com/.../Phantom%20vs%20Regular%20Bill%20of%20Materials%20-%20GP%20Tip%20May10.pdf or fr.slideshare.net/.../phantom-bills-of-material
View ArticleForum Post: RE: BOM item
Hi Muhammad, I assume you've read the help? technet.microsoft.com/.../aa573189.aspx Lets use an example of a cheese sandwich that you might buy in the supermarket. These come in a box (packaging), and...
View ArticleForum Post: RE: Multiple Consolidation Scenario
Hello M. Hasan, AX can only do simple consolidations. Consolidations according to the equity method and for joint ventures are not or not fully supported. For those consolidation scenarios you can...
View ArticleComment on X++ : Export Data from table to a CSV File
as per your comments in code, qbr = qbds.addRange(fieldnum(InventTable,ItemId)); //Fields needed in the CSV Let me specify here, above line of code is for adding range, if you want to filter data. Its...
View ArticleForum Post: RE: Orphaned Inventory(stock) Transactions
I was able to replicate at least some of this issue in our test environment the other day. For us, these orphaned records seem to be created when a Retail statement is calculated, cleared and then...
View ArticleForum Post: RE: Dual Display
Hi, I also encounter the same error. in AX 2012 R3 CU9. Have you already got the solution for this issue ?
View ArticleForum Post: RE: Ax 2012 R3 CU9: Unable to add database instance
Someone else downloaded it to me... DynamicsAX2012R2-KB3092626 Thats the file name... Now I will double check... DYNAMICS AX 2012 R2 CUMULATIVE UPDATE 9 FOR MICROSOFT DYNAMICS AX 2012 R2 Thanks Martin
View ArticleForum Post: RE: Ax 2012 R3 CU9: Unable to add database instance
Martin, I didnt find the link to download the file, thats why another person sent it to me. Do you have it? Thanks in advance.
View ArticleForum Post: RE: Ax 2012 R3 CU9: Unable to add database instance
I found the KB3063879 what seems to be AX 2009 R3 CU9. But After downloaded, it is Axupdate not the package itself. And during the instalation there are 2 options, Download and Install (from LCS), and...
View ArticleForum Post: RE: Project | Time and Material - Urgent
Hi All , AX 2012 R2 I am also facing the same issue like for Time and Material Project , I had created item requirement where I had posted linking to Sales Order. However, when comes to Project Invoice...
View ArticleBlog Post: Synchronization problems in AX 2012 R3; Try disable track changes.
If you are installing a ISV solution into a Contoso environment, and you suddenly see that you cannot synchronize, and you cannot see why: Here is a tip that works for me; Disable the track changes in...
View ArticleForum Post: RE: Main accounts are not appearing at the time of GL entry
There is possibility that New MainAccount is not part of any of active Account Structures.
View Article