Forum Post: AX 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: GL Posting Date in ProdTable
ProdTable has a field named RealDate which indicates the date the production order was Ended.
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 client...
View ArticleForum Post: RE: 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 was...
View ArticleForum Post: RE: GL Posting Date in ProdTable
Thanks Brandon. We are still on AX2012 R1, it is not recognizing column "Partition".
View ArticleForum Post: RE: GL Posting Date in ProdTable
Simply remove the [PARTITION] parts from the ON join clauses, and from the GROUP BY and SELECT clauses.
View ArticleForum Post: RE: GL Posting Date in ProdTable
Thanks Brandon! I also did not get any results! I really appreciate it!
View ArticleBlog Post: NT 002 e NT 003 Para Dynamics AX.
Olá! Eis aqui o que sei, por enquanto, sobre as NT's 002 e 003 para Dynamics AX2009 e Dynamics AX2012... NT 2015-002 AX2009 Para o Microsoft Dynamics AX2009 já temos o KB3102989, que deve ser adquirido...
View ArticleForum Post: Project categories are not displayed in Work breakdown structure
Hi, We want to crate the Work breakdown structure for an Internal project, but we are having trouble when we want to select the Category for the activities. No category is displayed in the combobox,...
View ArticleForum Post: On Retail Store Database Maintenance
Dear All , For Retail Implementations, may I know how do you do the maintenance for Store Database? I believe reindexing, update stats, shrinking and daily backups has to be in place. But I am not...
View ArticleForum Post: RE: Generating Scheduling for a Bottled-Neck Processes
Is it possible to generate schedule for the bottle-neck process first?
View ArticleForum Post: RE: On Retail Store Database Maintenance
In AX retail you will have 2 databases linked to every retail store.One will be in AX database with name as store ID ,another one is Offline database which will be present in Local retail store device...
View ArticleForum Post: RE: Delivery Address in the Purchase order Line Details.
1.Stop AOS 2. Delete AX User Cache ( under C:\Users\ \AppData\Local) 3.Start AOS
View ArticleForum Post: Relation between purchline,VENDINVOICETRANS VENDPACKINGSLIPTRANS
I am not able to determine the relationship between these tables. I am getting duplicates. please help if i can join VENDINVOICETRANS and VENDPACKINGSLIPTRANS . That would be great as well. FROM...
View Article