AX WONDERS

Microsoft Dynamics AX, Sharepoint and .NET (C#, ASP.NET) development blog.

▼
Monday, February 28, 2011

Creating a simple Pager user control with ASP.NET and C#

›
The following is a simple user control that will display a Pager functionality for any type of web page that deals with large amount of data...

Table methods using ValidateWrite() ValidateDelete() initValue() ModifiedField() - Microsoft Dynamics AX 2009

›
Table methods using ValidateWrite() ValidateDelete() initValue() ModifiedField() initValue() This method file while creating new record to...
4 comments:
Sunday, February 27, 2011

Schedule a Windows Task to call an ASP.NET web page - ASP.NET - VB.NET, Windows Task Scheduler

›
The following is how you can schedule a windows task that can call an ASP.NET web page. Usually we want to schedule task from Windows. I hav...
Friday, February 25, 2011

Get Employee email with X++ - Microsoft Dynamics AX

›
The new way Microsoft Dynamics AX handles employee records is very different from the prior versions. For example, in AX 3.0 or 4.0 the empl...
Wednesday, February 23, 2011

SalesCreateQuotation - Always set an Address when creating a new Sales Quotation - Microsoft Dynamics AX 2009

›
I was faced with a very weird problem today at work. When a user goes to Sales Quotations and clicks the New button, he/she gets the SalesCr...

Save an Microsoft Dynamics AX 2009 report to a PDF file (Second Part) - Save the file to a network location

›
In this part of the article we'll continue to build our functionality to save an Axapta report to a PDF format, then save this file to a...
15 comments:
Tuesday, February 22, 2011

Error executing code: The method has been called with an invalid number of parameters. - Microsoft Dynamics AX 2009

›
When trying to use the COM object to attach a file into Outlook I got the following error message: Error executing code: The method has be...

Save a Microsoft Dynamics AX 2009 report to a PDF file (First Part)

›
The following code saves an Axapta report to a PDF file. This is the first article of 3. The next article will show how to save the file int...
15 comments:
Monday, February 21, 2011

Data List Control (.NET) - Create a fully dynamic user control that handles URL links and Css Classes - ASP.NET

›
A few days ago I wrote a post on how to create a fully dynamic Link class in C# that will return a full query string based on what a user is...

Invoice Verification - Total Line Calculation from PurchParmTableTotals in PurchEditLine - Microsoft Dynamics AX 2009

›
Today I had to fulfill the following requirement: When the user clicks "Invoice Verification" from the Purch Order Form, place th...
Saturday, February 19, 2011

Create a Link (URL) class for ASP.NET and C#

›
I was faced with a requirement last week to build a dynamic link generator to manage URL's in a site. The project owner did not want to ...
Thursday, February 17, 2011

In DCOMCnfg "Run application on this computer" is grayed out for my application on two Windows 7 machines, but it works fine on all other machines

›
I was having a problem sending an email through outlook in one of the dev machines at work this morning. After reading a few articles about ...
1 comment:
Tuesday, February 15, 2011

Create a Custom Error Page in 4 steps - .NET - ASP.NET - C#

›
Visual Studio gives us the possibility to handle errors by using many different types of error handling functions. However, we know we need ...
Monday, February 14, 2011

Choose to whom send what type of email from Outlook automatically in Microsoft Dynamics AX 2009

›
Ax 2009 came with many changes regarding addresses and contacts. (If you want to learn more from it go here http://www.microsoft.com/downl...
Monday, February 7, 2011

SysInfoAction Class - Go to a specific record from the Infolog - Microsoft Dynamics AX 2009

›
Today I had a requirement that would allow a user to go to a ContactPersonLookup form record from an infolog that would be showed when a us...
1 comment:
Thursday, February 3, 2011

Inventory Verification - Placing values from PurchParmTotals on PurchEditLines Form in AX 2009

›
Today I had to fulfill the following requirement: When the user clicks "Invoice Verification" from the Purch Order Form, place t...
Wednesday, February 2, 2011

Great post about Logic and Problem - Solving Skills

›
The following text is taken from the following web site: http://www.eggheadcafe.com/software/aspnet/29604130/c-algorithms--c-puzzles.aspx ...

Free C# books (General) -- Free C# Algorithms Book (Amazing!)

›
General http://www.programmersheaven.com/2/csharpbook http://www.techotopia.com/index.php/C_Sharp_Essentials http://en.wikibooks.org/wiki...

Initialize Table Value to a Drop Down List in Sales Quotation Edit Lines - Microsoft Dynamics AX 2009

›
Today I needed to initialize a bunch of values in the Sales Quotation Edit Lines Form in AX 2009. Basically the form (in Designs) has a Tab ...
2 comments:
Tuesday, February 1, 2011

Set a Date Value to a Date Filed in AX 2009 with X++

›
I was faced with a requirement that I needed to set a date value to a custom date Filed in AX 2009 with X++, with the Purch Order Creation D...
Wednesday, January 26, 2011

MS Dynamics AX - SharePoint - .NET: UTCDateTime to Date Conversion (Error Operand type...

›
MS Dynamics AX - SharePoint - .NET: UTCDateTime to Date Conversion (Error Operand type... : "The utcdatetime data type is intrinsic to ...

UTCDateTime to Date Conversion (Error Operand types are not compatible with the operator)

›
The utcdatetime data type is intrinsic to X++. It combines date and timeOfDay types into one type. A utcdatetime variable also holds tim...
Tuesday, January 25, 2011

Super() ... When design gets in the way : (

›
The following is the definition from this web site http://msdn.microsoft.com/en-us/library/dd261515.aspx The super keyword is used in a ...

Table [] called without buffer

›
I was  working on AX 2009 CRM Module creating a new Lead. Everything worked fine but the Qualifying Process Drop Down List (and button). ...
Friday, January 21, 2011

DeliveryCountry Field in 3.0

›
The field from smmQuotationTable.DeliveryCountry (AX 3.5) was changed to: SalesQuotationTable.DeliveryCountryRegionId More info here htt...

LINQ Left Left Outer Join

›
I wrote an application for my company which required me to use data coming from an external application (Microsoft Dynamics AX). This is act...
1 comment:
Wednesday, January 19, 2011

internal size of the records in your joined SELECT statement is 25006 bytes... Problem and Resolution

›
While testing the AX 2009 CRM module today I clicked Update > Quotation button and I got the following error: The total, internal size...
4 comments:

Create a new Number Sequence for a Lead ID in AX 2009 CRM

›
I experienced something extrange today while setting up AX 2009 CRM module. My organization did several modifications in the prior version o...

AX 2009 Address Global Book - : (

›
In Dynamics AX2009, the Global Address Book is a repository for every Person OR Organization that your organization comes into contact with....

SharePoint Query String URL Filter Web Part

›
I created an application using WSP in Visual Studio 2008. This application is template to record tasks that are assigned to different region...
Tuesday, January 18, 2011

Microsoft Dynamics AX CRM - Business Relationships

›
While working in the migration from MS Dyanmics AX 3.0 to AX 2009, I noticed that in the CRM module the Business Relations has some new cool...

Installing SharePoint Foundation on Windows 7 X64

›
I just installed Sharepoint Foundation in Windows 7 X64. I had to follow this article ( http://msdn.microsoft.com/en-us/library/ee554869.asp...
1 comment:
‹
Home
View web version
Powered by Blogger.