Forum Post: RE: How to use LedgerGeneralJournalService in ASP .net
Please tell me how to call in PHP
View ArticleForum Post: RE: BOM Costing Phantom versus Item
Hi George Did you ever get an answer on this as I'm having the same issue in AX2012 R3. If you try and run the cost calculation with the Formula line set as Phantom, it fails and cant seem to reference...
View ArticleForum Post: RE: Sysoperationframework batch job classes in batch task form ?
Adding your code would make it easyer for us to help you.
View ArticleForum Post: RE: AX report error (GL > Reports > Reconciliation > Vendor >...
If you haven't fixed this issue yet the problem is that the vendor name field isn't long enough, the EDT in the vendledgerReconcilationTmp table is set to name(60) and it should be DirPartyName (100)
View ArticleForum Post: RE: Filtering records in Table Control Form?
There is no filtering capability for Table control. You can write code to repopulate the table by creating separate filter criteria fields yourself, and update it if such a field changes. If you are...
View ArticleForum Post: Which version of Team Foundation Server and Visual Studio can I...
Hi, can anyone tell me which version I can use a maximum of Team Foundation Server (on-premise) and Visual Studio with Dynamics AX 2012 R3 UC9. Or more simply, can I use Team Foundation Server 2015...
View ArticleForum Post: RE: Which version of Team Foundation Server and Visual Studio can...
For AX 2012 R3 development you can only use Visual Studio 2013 ie. for VS projects, SSRS, or managed code. In previous AX versions it was possible to use higher versions of TFS than the compatible VS...
View ArticleForum Post: RE: Sysoperationframework batch job classes in batch task form ?
Thanks Martin. It worked.
View ArticleForum Post: RE: Transfer journal error - More than one set of financial stock...
Hi All, Please could you advise whether you were able to solve this issue and how.
View ArticleForum Post: RE: Tax settlement in payments
Thanks! Yes it's difficult, I will try to develop this functionality.
View ArticleForum Post: RE: Insufficient rights to execute Menu Item Lines.
Ok well in that case I do not know how to help you So unless someone else have some help for you, perhaps you should try MS support.
View ArticleForum Post: RE: How to provide Sales order access for specific country...
I have tested it and it is working perfectly, in my DEV system. Have a look at below screenshots, taken during my TESTING. I used a user for testing named as smcuser1 assigned "Sales Manager" role to...
View ArticleForum Post: RE: How to use LedgerGeneralJournalService in ASP .net
Use SoapClient class. Please use this forum for questions related to Dynamics AX. If need more information about how to call SOAP services in PHP, you should ask in a forum about PHP.
View ArticleForum Post: RE: Creating Excel File and then appending data to it
Keeping it as simple as possible, this Job will write to an existing Excel sheet. Filename in variable fileName Row to write data to in variable excelRow static void RSH003_AppendExcel(Args _args) { //...
View ArticleForum Post: RE: Trade Agreement Lead Time
Hi, i don't know for purchase requisition, i know that for master planning there is a parameter that do that: Go to Master planning > Setup > Master planning parameters > Planned orders Under...
View ArticleForum Post: How to match the aggregate deposit amount to multiple amount...
Dear I am using advanced automatic reconciliation and i am doing the following scenario Bank Statement Deposit $200 Reference Dep-01 AX statement Deposit $100 payment Ref Dep-01 Deposit $100 payment...
View ArticleForum Post: RE: Difference between physical and financial cost amount
Hi Tung, This is how the Weighted average costing model works. In the period, you have received a quantity of 3, with a total value of 250,000. And you have sold (issued, returned, whatever) one. The...
View ArticleForum Post: RE: Quarantine Order ended with wrong Date
Hi Ravi. This is not possible. Is there any cost posting involved? E.g. scrap or cost per warehouse?
View ArticleForum Post: RE: Category changes not reflecting on SharePoint Site
Thanks. I have corrected that tag. Can you also answer the other questions?
View ArticleForum Post: RE: Microsoft dynamics AX setup wizard does not run when trying...
Hi, I am facing the same issue in AX 2012 R2. I have tried to install in Windows Server 2012 R2. I have tried to reset mshta application (C:\Windows\System32\mshta.exe) as default for .hta file types,...
View Article