Dream come true
Microsft Rocksssssssssss.
Subscribe to be the first to learn about a new blog post. Sign up today!
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());…
Hi Folks, I have seen that most of the developers face the problem in displaying the Page footer only in the last page of the report. Epilog is printed just after the page footer on the last page in a report. So, this is printed in a separate page. But to print in the last…
In this post, I am going to discuss about how to rename a primary key in AX. The renaming can be done for any record using the CCPrimaryKey Class. Let us suppose, if Customer Id 1000 has to be renamed as Cust_1000 then it will be renamed in all the tables(SalesTable, CustTable, SalesQuotationTable etc.,) wherever…
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…
The voting for Dynamics Top 100 influential people for the year 2012 has started and luckily I am one of the nominee(1 out of 400 people) in the list. This list is an indicator of people standing for Dynamics Community across all the Microsoft Dynamics products. It is for the first time that I have made to the…
Hi Folks, I am honored to have been listed in this year’s(2012) Top 100 Most Influential people in Microsoft Dynamics conducted by DynamicsWorld.co.uk. For this year, I am ranked 77 in the Top 100 most influential people in Microsoft Dynamics in the world and ranked 6 in the Top 10 most influential people in Microsoft Dynamics…