Forum Post: Workflow issue/performance
Hi All, My client is facing a serious workflow performance issue and have a lot of records end up with Error(stop). The workflow tables are very huge and have a lot of records in MessageQueueTable (few...
View ArticleBlog Post: Awareness | Worldwide | Payments | Planned Maintenance for...
22 Jan 2016 The Service Engineering team will be doing planned maintenance on the Payments Service. The maintenance will start at 10:00 PM PDT on January 27th through 8:00 AM on January 28th; and, then...
View ArticleForum Post: Workflow history cleanup
Hi All, Let me post another query regarding with AX2009 workflow. Is there anyway to clean up the workflow history? We are not sure how many tables we have to look at. We are reluctant to do that...
View ArticleForum Post: Negative Values allowed on DIEF Import?
I am trying to test the import of several inventory adjustment journal lines using DIEF. My quantity per line is negative 1 million. Each time I try to perform the import my quantity comes in at...
View ArticleForum Post: RE: Negative Values allowed on DIEF Import?
Cannot seem to delete this post but I have figured out my issue. I was trying to write to the InventOnHand instead of Qty.
View ArticleForum Post: RE: SQL error when running X++ class in Dynamics AX: The...
Technically the problem is that the FROM clause of the SQL statement doesn't define tables C and D at all. First of all, try to use a separate where clause for each table, as usual in Dynamics AX:...
View ArticleForum Post: Item and Inventory Table differences between AX2009 and AX2012
Hi ALL, i am new in AX 2012, Can any body give information about Item and Inventory table related to AX 2009 and 2012. Thanks, Srinivas
View ArticleForum Post: RE: Deleting transactions in AX 2009 takes too long
Hello Bhaskar , As mention ,we also trying to deleting the AX 2009 transaction for 4 ,5 times.Still we are not able to complete the process. Please suggest any sql query for delete the data for...
View ArticleForum Post: Default Param get on report
Dear All how to show red box param on report this is not from contract class is it possible show on report
View ArticleForum Post: RE: Item and Inventory Table differences between AX2009 and AX2012
Please tell us what kind of information looking for. We could discuss "information about Item" for days. Anyway, I suggest you look at Implementing Item-Product Data Management Framework .
View ArticleForum Post: RE: Default Param get on report
Yes, it's possible. Look at my article Printing dynamic parameters for inspiration.
View ArticleForum Post: RE: Default Param get on report
public void processReport() { Query query; QueryRun queryRun; InventTable inventTable; CustInvoiceTrans custInvoiceTrans; CustInvoiceJour custInvoiceJour; CustTable custTable; InventItemGroupItem...
View ArticleForum Post: RE: Default Param get on report
Why did you post the code above? If you want to explain something again, please let me which part of the article you don't understand.
View ArticleForum Post: RE: Item and Inventory Table differences between AX2009 and AX2012
There aren't that many changes in the items within a legal entity. The InventTrans and InventTable relations are pretty much the same. The new thing is that you now have a global product register and...
View ArticleBlog Post: Microsoft Dynamics® AX 7 Development Basics - Part2
Importance of Model The first point to note that without a model, development cannot be done in AX 7. Whenever you are creating a new Element or you are customizing any existing Element, it is must to...
View ArticleForum Post: RE: How is the BOM version field "From qty." used in Microsoft...
Hi there Taggart, The thing about from qty is that you can have multiple BOMs activated but with different intervals (same as date from-to). You can only have one unique record for the item and from...
View ArticleForum Post: RE: How to use special character backward
Hello Martin, I am building an output file for a specific electronic payments, my variables are containers that store string values. below is an example of the first container, which corresponds to the...
View ArticleForum Post: RE: customize dimension not working in param query
Please look into VendAccountStatementIntDP.processReport() in debugger and check whether queryRun contains your filter. It will tell us whether the problem occurs before or after initialization of...
View ArticleForum Post: RE: How to use special character backward
First of all, tell us how you initialized the file variable. It's possible that you used a wrong delimiter. Then - please - use debugger to look at the content of your container. Trying to find bugs by...
View Article