Forum Post: RE: Microsoft.Office.Interop.Excel in Batch
Probably because the dll-file is 32 bit and the ax32serv.exe is 64 bit. Regards, Kjetil
View ArticleForum Post: Job Scheduling for Production Orders - Capacity Reservation
Running Capacity Reservation for Production Order 1 for Item 1 on Machine 1. Capacity is reserved for Item 1 on Machine 1 and also for its reference production order Prod2 for Item 2 on Machine 2. It...
View ArticleForum Post: Change tab page order based on a company
Hi, I would like to know is there any way to change the order of the tab pages inside tab control in a form for a specific company. The example is as follows, Tab pages : A, B, C, D For CEU company...
View ArticleForum Post: XDS Policy using User Groups
Hi expert, i have scenario and want to implement, basically i want to restrict users( Teams) to see only those sales order for which region they are belonged, we have multiple Regions , i have created...
View ArticleForum Post: Submitting Workflow through code
Hello ! I am creating Movement journals via code i.e. I have batch job that creates the journals for me, now there is a requirement that when a journal is created it should automatically be submitted....
View ArticleForum Post: RE: Submitting Workflow through code
Workflow::activateFromWorkflowType Additionally have a look at your workflow submit class to know how you have written code to submit workflow instance, you can pass parameter accordingly
View ArticleForum Post: RE: XDS Policy using User Groups
before anyone provides you solution, would you like to specify the reason that why you want to use context String and what is your understanding about context String in XDS
View ArticleForum Post: RE: XDS Policy using User Groups
thanks boss for immediate reply, but if follow role property, in that case i have duplicate custom role according region,so ...i thinking avoid to that approach.
View ArticleForum Post: RE: Consolidation Process
Hi Ludwig, Still i did'nt find a proper solution for this and more over Client is using ATLAS Tool for this kind of Report, So, Because of that. I am not suggested to go to MR, I am still finding out...
View ArticleForum Post: RE: Consolidation Process
Hi Ludwig, Still i did'nt find a proper solution for this and more over Client is using ATLAS Tool for this kind of Report, So, Because of that. I am not suggested to go to MR, I am still finding out...
View ArticleForum Post: RE: Consolidation Process
Hello Vinod, I am not an ATLAS expert and do not know about the consolidation features of the ATLAS tool. For that reason I would suggest that you either contact a consultant specialized on ATLAS...
View ArticleForum Post: RE: AX2012 - Circularity in BOM
hi ccolombel, Thanks for sharing that. I tried it with the configuration dimension, and I still can't get past the circularity errors. Did you have any luck?
View ArticleForum Post: RE: XDS Policy using User Groups
can you please explain on " but if follow role property" what does meant by following role property?
View ArticleBlog Post: JUST RELEASED: 2016-R01 Payroll tax update for AX 2009, AX 2012 R2...
The new 2016-R01 payroll tax updates are now available for 2009, 2012 R2, and 2012 R3 versions of Payroll for Microsoft Dynamics AX. The updates can each be downloaded from the following links:...
View ArticleForum Post: RE: Microsoft.Office.Interop.Excel in Batch
Thanks for the reply. So if I install the 64 bit version of office (excel) you are thinking that would fix this problem?
View ArticleForum Post: RE: Pick an item for sales order line based on batch after item...
www.andesoft.net/picking-sales-order-cancel i found code in this link for picking reserved items for sales line but this is in Ax 2009 and I am not able to convert it into ax 2012 x++ code as some of...
View ArticleForum Post: RE: On A/R How to post a packing slip by selecting picked items...
did you get your solution... i need same...pls post your code
View ArticleForum Post: RE: Bank and Ledger reconciliation report
Hello Imran, If you compare the voucher with the reconciliation report shown above something looks strange. Can you open the journal in which the voucher "20-BJ15...34" was recorded and post it here?...
View ArticleForum Post: RE: Installed AX-2012-R3 but found everything is EMPTY and...
In addition, try following job to run checklist by code, in case all models are installed already static void openCheckLisdtByCode(Args _args) { MenuFunction menuFunction; menuFunction = new...
View Article