Forum Post: AX 2009. Populate "sub-grid" on form.
VendTable form. Added a relation table using the TableGroupAll functionality. In a grid on the VendTable form, I am trying to display the values from the TableGroupAll that are relevant to it. I can't...
View ArticleForum Post: RE: How to pass curuserid to SSRS report ?
Use embedded report parameter 'User!UserID'(you'll see it under 'Built-in Fileds'). It is windows account.After search in UserInfo Ax table the ax userId(domain in one column, UserId is other column)....
View ArticleForum Post: RE: 2009 AX getting rid of tags not needed when creating...
BTW: Thanks for answering to my questions!Best Regards,Mike
View ArticleForum Post: Sepa mandate and SDD (sepa direct debit) format
Does anyone know when Microsoft will release the software for dynamics ax 2012 to work with Sepa direct debit (ISO20022 XML) with all mandatory informations.Especially: Mandate registration...
View ArticleForum Post: RE: Method...
I do think it's a time out of sorts. You didn't say what kind of journal, but can you try halving the file and seeing if it uploads?
View ArticleForum Post: RE: Best way to access 2009 AX (not using client)
Interesting thanks. The Remote App that we are using would be fine but it has been inconsistent, many times it would show that AX was running but all the end user would get is a black window.I found a...
View ArticleForum Post: RE: ax2009 report library : default value for parameter not...
I found the solution :blogs.msdn.com/.../quot-parameter-is-missing-a-value-quot-error-running-a-customized-report-in-microsoft-dynamics-ax-2012.aspxWhat I did, delete the report in all cultures and...
View ArticleForum Post: RE: @MS: BUG RMA Quantity 1,00 cannot be registered as received...
I have same problem tool Does anyone help......?
View ArticleBlog Post: Microsoft Dynamics Distribution Roundup: Supply Chain Analytics...
In February we spent a little extra time focusing on stories related to distributors. Over the past month, solution vendors had some new distribution-related product announcements for the Dynamics...
View ArticleForum Post: RE: connecting to FTP server via AX
HiFor AX 2009 u can check the below URLssumitsaxfactor.wordpress.com/.../ftp-adapter-for-aiferpcoder.wordpress.com/.../dynamics-ax-2009-ftp-adapter-for-aif
View ArticleForum Post: RE: Unable to get date range to work in AX 2012 R2 Query Services...
I have figured out from this link: books.google.com/books that the comparison operator actually has to be included with the value, like this:var range = new QueryDataRangeMetadata{ TableName =...
View ArticleForum Post: RE: Data Migration Framework Beta 3
I hope it's a good thing! Here in Alberta, Canada I haven't had any luck getting past the CIL errors. My environments include SQL 2012 SP1 CU2 (11.0.3339), AX2012 R2, and on a Windows 2008 R2 platform.
View ArticleForum Post: RE: AX 2012 (R2) Compilation Performance and Best Practice
Well, that might be, but has the AX 2012 code really become 4-6 times more than AX 2009?What else is added in Ax2012 that makes X++ compilation take 4-5 hours, compared to 30 minutes in the past?
View ArticleForum Post: RE: Conditional Table Relation..
Thank you Janet. I will go take a look.Much appreciatedt
View ArticleBlog Post: Announcing Compatibility Certification of Windows 8, Microsoft...
Dynamics AX Sustained Engineering is proud to announce the following compatibility between a released version of Dynamics AX and Windows 8, Microsoft Office 2013 and Internet Explorer 10. Microsoft...
View ArticleBlog Post: AX2012 R2, Office 2013, Windows 8 e IE10.
Os engenheiros da Microsoft anunciaram hoje a compatibilidade do A 2012 com os produtos Microsoft Windows 8, Microsoft Office 2013 e Internet Explorer 10. Veja a noticia completa no link abaixo:...
View ArticleBlog Post: Announcing Cumulative Update 1 for Microsoft Dynamics AX 2012 R2
The Dynamics AX Sustained Engineering released Cumulative Update 1 for Microsoft Dynamics AX 2012 R2 on February 25, 2013. This cumulative update is available via Partner Source and Customer...
View ArticleBlog Post: Axapta Interview Questions- Part II
Interview Questions for Axapta 2009/2012In my previous post i share some Interview questions with you, here are some new question.... What is the difference between fetch() in send() in axapta?What is...
View ArticleBlog Post: Generates the index for the base enums
Generates the index for the base enumsstatic void baseenumid(Args _args){dictenum dictenum;int i;;dictenum = new dictenum(enumname2id('NumberSeqModule'));for(i=0;i<dictenum.values();i++){print...
View ArticleBlog Post: Code to play sound in axapta
Code to play sound in axapta static void ExemploPlaySound(Args _args){ System.Media.SoundPlayer YourMPlayer; ; YourMPlayer= new System.Media.SoundPlayer();...
View Article