C# - Creating an AX AIF webservice to access AX CustTable & DirPatyTable...
In order to support legacy applications sometimes you may need to pull in data from AX into standalone applications. Below will show you how to pull in customer id's + names (CustTable + DirPartyTable)...
View ArticleC# - Creating a custom AX AIF web service that accesses logic defined within...
In order to support legacy applications sometimes you may need to pull in data from AX into standalone applications. Below will show you how to pull in the customer names via a custom class defined...
View ArticleUpdateOnPostBack and AutoPostBack properties on an EP page
Making a web page to perform as you have to, is possible in multiple ways, and of course, the implementation can vary heavily based on the minor requests to implement. However, one of the important...
View ArticleConfigure and use one-time supplier functionality in Dynamics AX
One-time Supplies is common practice in trade business. one time supplier is a vendor who supply items or service for one time. Dynamics AX help organization to separate the regular vendors accounts...
View ArticleAchieving Scale Through International Expansion, Part 2: Where Should a...
If your company develops, sells and supports packaged software on a Microsoft Dynamics platform, then the challenge of achieving real scale will depend on expanding internationally. But knowing when,...
View ArticleAX 2012: Filtrar Query con fechas ValidTimeState
Como la mayoría de ustedes sabrán, en AX 2012 es posible que el mismo sistema administre la validación de registros de acuerdo a su fecha de vigencia (de acuerdo a su rango/vigencia) sobre una tabla...
View ArticleSales order entry deadline
If you are looking at order promising and management of order expectations for customers you might want to consider the order entry deadline. You can use the order entry deadlines to set a limit on...
View ArticleTroubleshoot Dynamics AX 2012 AIF Error The deployment web site was not found...
I was working on a custom service which I needed to activate on HTTP adapter, however was constantly hitting on this error while activating the serviceError - The deployment web site was not found for...
View ArticleATP Delayed Demand Offset Time
In a previous post we had a look at the effect of the backward demand time fence. There is a parameter that you might want to investigation in conjunction with this called the ATP delayed demand...
View ArticleResultSet getstring limits
If you are using direct SQL to access data in another SQL system, you will typically be using the ResultSet data handler. To extract of the different fields contained in the ResultSet uses the...
View ArticleATP delayed supply offset time
In a previous post we had a look at the ATP backwards supply fence. With this ATP will take into consideration delayed purchase orders. When we have a new order it might not be worth assuming that...
View ArticleTroubleshooting IIS WCF Service Error Could not load file or assembly or one...
Greetings!In one of my Ax/Biztalk/Oracle integration projects, I had to write a web service to retrieve data from Oracle and as part of that development, I was using the Enterprise Library from...
View ArticleUser Patterns: The Real Hole in Threat Detection
The ability to detect and prevent threats stands at the center of most organizations' security posture. Gartner recently announced that companies now see technology security and compliance as a...
View ArticleACCOUNT STRUCTURES
Account Structure Account Structure is used to define valid combinations of Main Accounts and financial dimensions. To Ceeate Account Structure navigate to General ledger -> Setup-> Chart of...
View ArticleProgramming puzzle in X++: Is this character upper case?
I would like to share a logic puzzle that baffled me today (for some background, read this stack overflow question ). This will likely work in many programming languages, but obviously I am going to...
View ArticleAOS Crash, Análisis DUMP
En algunas ocasiones nos encontramos que cuando estamos trabajando con Dynamics Ax 2012, nuestro sistema puede ser inestable con caídas de algún AOS de forma inexplicable.Estas caídas pueden ser...
View ArticleError executing code: FormRun (data source) has no valid runable code in...
If you go to Project management and accounting > Setup > Project Management and accounting workflow and you select any workflow and hit Edit and you get an error stating"Error executing code:...
View ArticleSelecting file to import at runtime
When data importing, sometimes we need to import a CSV file. To make the code flexible it is best to make the filename a variable and allow the user to select the file they want to import. This can...
View ArticleRun SSRS report from code to PDF file
For sure you've received the request to run a report in silent mode (just click on a button) and output it as a PDF file. The code to do this is quite straightforward, and there are also some...
View ArticleCloud Technology for Government | Microsoft Research
Despite lagging behind the private sector, adoption of cloud technology for Government is producing promising results for the agencies and organizations that have implemented a cloud strategy,...
View Article