Download MS Dynamics AX 2012 technical and functional materials and VPC from partner Source/ Customer source
Hi Everyone,
Subscribe to be the first to learn about a new blog post. Sign up today!
Hi Everyone,
I have observed that lot of developers face difficulty in printing the Sales Invoice report into file system through code. Here is the code snippet for it. SalesFormLetter salesFormLetter; PrintJobSettings printJobSettings; CustInvoiceJour custInvoiceJour; SalesId salesId; #File salesid = “SO-100010”; salesFormLetter = SalesFormLetter::construct(DocumentStatus::Invoice,false); printJobSettings = new PrintJobSettings(); printJobSettings.setTarget(PrintMedium::File); printJobSettings.format(PrintFormat); printJobSettings.fileName( ‘//10.0.57.22/AOSPrintShare//’ + salesId+#pdf ); printJobSettings.warnIfFileExists(false); SalesFormLetter.updatePrinterSettingsFormLetter(printJobSettings.packPrintJobSettings());…
Recently, For one of our customers we have developed an SSRS report and published it on Enterprise portal using Internet Explorer 8. When trying to print the report we were getting an error message box “An error occurred during this operation” When I tried to google it, I found a support link from Microsoft. The workaround…
I have discussed the first 3 sections on the differences between various versions of AX in my previous post. In this post I am going to discuss the differences on the next 3 sections. Services & Application Integration S.No. AXAPTA 4.0 AXAPTA 5.0 AXAPTA 2012 Implementation Process in AX 2012 1 Services are Windows Communication…
Hi Folks, For some clients, you would require to encrypt some phrases or words like passwords. For this, we can use cryptography class(CryptoAPI) which would allow us to encrypt/decrypt the phrases. The following example explains about the CryptoAPI class. CryptoApi cryptoApi; Container cont,cont1; ContainerClass cc; ; /* Salt is like a…
Hi Folks, The below code snippet would help you to get an active workflow configuration in Ax 2009 for a workflow template. WorkflowConfigurationTable workflowConfigurationTable; ; select firstonly workflowConfigurationTable where workflowConfigurationTable.TemplateName == && workflowConfigurationTable.Enabled == NoYes::Yes && workflowConfigurationTable.Type == WorkflowConfigurationType::Definition && workflowConfigurationTable.DefaultConfiguration == NoYes::Yes; Happy DAXing…………
Hi Folks, I have been busy with my project for sometime and so couldn’t post anything on my blog. I have got an interesting post for today. i.e., The below code snippet will help you to get the fields or parm methods which is set in the query condition of Workflow configuration in AX 2009. I hope this…
Thanks for the information…but for the VPC part 4 does not have the link so unable to start the VPC..is there any way by which i can get the part4
Hi thanks for the information. I was able to download the VPC this weekend. MS had zome porblems wit the links so maybe they will fix it later.
Now I have to setup a Hyper V to use it. But we as HR specialist are very excited to see the new things. We have been to Atlanta and know the new things but like to play with it.
Regards,
Peter Wolbeek
Fourvisionhrplus
Hi,
Do you have link from where I can download AX 2012 VPC, which can run on Win XP (without hyper V)?
hi friend, am not able to download the ax 2012.please help me out
How to download the AX VPC 2012?
YOou already mention in the blog, but the link was not get source file..
please tel me..
hi..sir ..let me know how to download the material..