Scheduling date on Production order, AX2009
Can anyone tell me what the significance of the Scheduling date on a production order is. Is it merely the date upon which that Operations Scheduling was last carried out, or does it have any other...
View ArticleRE: BOM Assignment
Thanks Fredrik, We haven't used case management at all. I'll check it out.
View ArticleBOM Assignment
I am still new to DAX, so this is probably a very basic questions. Recently we had a BOM change occur that did not get picked up for kanbans that were already released or planned prior to the...
View ArticleAX database log issue
Hi Folks,I've already added this question in http://dynamicsuser.net/forums but I have not got any answer yet. Hope I can have from here:I've added new entry to database log setup for delete action for...
View ArticleRE: GL Posting Date in ProdTable
Hi Tremor,You can view the log or all journals to see which date had been used. Also you can browse the inventory transactions and look at the financial date for the "Ended" date.
View ArticleRE: Database Logging for GENERALJOURNALACCOUNTENTRY
Hi Brandon,What would be the purpose of logging these entries? I would say it is a bit ridiculous idea. At the time of inserting records, AX will also insert a database log record. For sure it will...
View ArticleRE: Database Logging for GENERALJOURNALACCOUNTENTRY
Oh I completely agree that the idea is ridiculous. The story behind this is that the company doing our SOX audit has developed an attitude about direct access to SQL and indirect access to SQL (via...
View ArticleRE: Database Logging for GENERALJOURNALACCOUNTENTRY
Our database logging is aggressive enough already with just master tables that it's the 5th or 6th biggest table in the business database.
View ArticleDatabase Logging for GENERALJOURNALACCOUNTENTRY
Anyone have any experience with database logging for the table GENERALJOURNALACCOUNTENTRY at the scale of 10's of millions of records per year? Interested in performance impact, additional growth of...
View ArticleRE: GL Posting Date in ProdTable
ProdTable has a field named RealDate which indicates the date the production order was Ended.
View ArticleRE: GL Posting Date in ProdTable
I tested the theory that ProdTable.RealDate should be equal to MAX(InventTrans.DateFinancial), and across all 270k ProdTable records in my business database where the order was Ended, they are...
View ArticleRE: Strange issue with debuggin Bill of Lading report (AX 2012)
I've also seen the odd report that will never breakpoint in the debugger, despite turning off CIL which works for 99% of reports. I've never tried to attach the Visual Studio debugger in these cases....
View ArticleStrange issue with debuggin Bill of Lading report (AX 2012)
I am flat out unable to debug the Bill of Lading report dp class. WMSBillofLadingDP. My new methods and fields are getting values but I have some outstanding issues and I need to debug to walk...
View ArticleRE: AX 2012 R2 CU7 Compile creates objects on USR layer
This problem has been around for quite a while. I still see it on R3 CU8 and R3 CU9. Microsoft has acknowledged it, and it has even been referenced in an upgrade readme. It happens both with the...
View ArticleAX 2012 R2 CU7 Compile creates objects on USR layer
Hello all,Recently (probably after CU7 upgrade) we have noticed that compiling some of our objects (classes) (doesnt matter if its a full compile through client, or a compile through axbuild tool, or...
View ArticleRE: Customer Aging Balance is not Equal to AR Trail Balance
The customer aging report also has some minor bugs in it. One that comes to mind that we dealt with recently had to do with some data corruption on CustTrans records, where the last settlement date...
View ArticleRE: GL Posting Date in ProdTable
Thanks Brandon. We are still on AX2012 R1, it is not recognizing column "Partition".
View ArticleRE: GL Posting Date in ProdTable
Simply remove the [PARTITION] parts from the ON join clauses, and from the GROUP BY and SELECT clauses.
View ArticleRE: GL Posting Date in ProdTable
Thanks Brandon! I also did not get any results! I really appreciate it!
View ArticleGL Posting Date in ProdTable
Hello,Does anyone know which date in ProdTable is associated with GL Posting Date? Your help would be greatly appreciated.thanks,Tremor
View Article