Quantcast
Channel: Axapta V/s Me
Browsing all 341 articles
Browse latest View live

Upload an image in a form window control

Upload an image in a form window controlHi Guys,Here is the code for Upload an image in a form window control in your Axapta world.Go n Get It......str filename;FileNameFilter filter = ['JPG...

View Article


Image may be NSFW.
Clik here to view.

How to handle SSRS reports which will take long time

How to handle SSRS reports which will take long timeWe know that there are/will be some reports which will take more time to render due to the many rows/transactions. This post will help you to show...

View Article


Image may be NSFW.
Clik here to view.

Get the latest exchange rates in Dynamics AX 2012 [Using X++]

Get the latest exchange rates in Dynamics AX 2012 Using X++Below small snippet will help you to get the latest exchange rates as on today. I am using x-rates URL to pull the exchange rates for this...

View Article

Get Current Company in AX

Get Current Company in AXBelow is the example on how to get current company in AX 2009.In AOT > Jobs, paste the following code: static void curExtExample(Args _arg) {     str curCompany;     ;...

View Article

AX 2012 Developer Resources

AX 2012 Developer ResourcesThis post contain the AX 2012 Development Articles available on internet, as well as the most relevant links to Microsoft documentation. They are arranged by topic. General...

View Article


Large collection of Free Microsoft eBooks for you, including: SharePoint,...

Large collection of Free Microsoft...

View Article

Finding unused lables

Finding unused labels in AxaptaHere is a small job for finding labels, from a particular label file, that are not used in your whole application code. You need an updated cross reference to use the...

View Article

UTC DateTime Null Value in Ax

Some times we need to pass or check null value in UTCDateTime field.so here is the logic to pass null value in UTCDateTime, just try utcdatetimenull() function in your code, it will return the same...

View Article


Create a From through X++ Job

Hi,Here is small code for create a AX From through X++ Job code.static void theaxapta_formJob(Args _args){    Form                    form;    FormRun                 formRun;    Args...

View Article


Post a Ledger Journal in AX using X++

Hi All,Here is some link for your references for Ledger Journal Posting through X++ Code.Check following...

View Article

Image may be NSFW.
Clik here to view.

Container and unbounded string (text) fields are not allowed in a WHERE...

Container and unbounded string (text) fields are not allowed in a WHERE expression in AX.Error: Container and unbounded string (text) fields are not allowed in a WHERE expression in AX.Reason: Axapta...

View Article

Image may be NSFW.
Clik here to view.

How to deploy all AX2012 report

Deploy all AX2012 reportWe have 3 different ways to deploy Dynamics AX2012 reports: Through AOTAOT > SSRS Reports > Reports > right click on report > Deploy Element Through Visual...

View Article

Multi Tab Lookups in AX

Multi Tab Lookups in Dynamics AXIts a tricky post, just go through it and try to develop yours.For example you  have a requirement in which you want to show multiple tabs on a lookup form. You have a...

View Article


Standalone Installers Of .NET Framework

Standalone Installers Of .NET Framework 4.5, 4.0, 3.5, 3.0 & 2.0 From Microsoft Download CenterHi All, Here i am sharing some links to download all .net fromaworks (standalone installations) from...

View Article

Creating Vendors through X++ in AX 2012- PART I

Creating Vendors through X++ in AX 2012- PART I--Create party for the vendor--publicvoid TheAxaptaCreateParty(VendorRequestCreate          _vendorRequestCreate) {     ;...

View Article


X++ code for document attachment

X++ code for document attachmentIn Axapta, we can attach document with Purchase order via document handling, if you need to attached a document using your x++ code, we need to use following x++ AOT...

View Article

Sunday Fun Day............ Cheers ...........

Hi Friends;Finally its Sunday tomorrow,  Awhhhhh rest is best this day.Check these funny Lines for you and your buddies check it out........Types of Project Managers; which one are you? --     If you...

View Article


Image may be NSFW.
Clik here to view.

High Flying PM......

I could not stop my self to post this....... lolCheck out this High Flying PM A man is flying in a hot air balloon and realizes he is lost. He reduces height and spots a man down below. He lowers the...

View Article

Configuration and Security Keys in Axapta

Security KeysMicrosoft Dynamics AX consists of a number of modules. For example, General Ledger, Project, and Administration. To make it easier for an administrator to set up security keys, they are...

View Article

Image may be NSFW.
Clik here to view.

Compilation error in SysReportLibraryExport class

Compilation error in SysReportLibraryExport classRecently I moved some code in live server and while compile the application I found that there was a compilation issue in the Class declaration of...

View Article
Browsing all 341 articles
Browse latest View live