Friday, December 26, 2008

Running the Axapta client by bat file

Open the notepad and paste the following code and save the file as .bat


Here is the code for bat:

 

@ECHO OFF

REM *******************************************

REM **To run the Microsoft Dynamcis AX @ Startup**

REM *******************************************

START ax32.exe

CLS


Now click the bat file which will run the axapta client

Saturday, October 4, 2008

Controlling the delete confirmation box

Whenever deleting the lines from table there will be a popup to ask confirmation. if you dont want to have the dialog then comment the calling of super() method in validatedelete method of datasource and return true.

Tuesday, August 12, 2008

Salesorder - Lineamount calculation

Whenever changing the quantity or the unit in the salesline, calcPrice2LineAmount will be fired and amount will be retrived to the lineamount.

Monday, August 11, 2008

SysTableLookup and Temptable

Have you ever worked on the systable lookup with temptable. Ax documentation doesnt explain this but its well handled in the systable lookup class. It has published with special methods called "parmTableId and parmTmpBuffer" to populate the temptable data on the lookup.

AX Installation problem

I was tried to install the ax(single installation) on the laptop which is running on the xp os . After installation i was not able to access the aos from client and prompting the message "Failed to establish connection". First verified the client config utilities there is truncation in the aos name. manually enter the name on the utility and also checked the registery where the ax information stored agai enter the correct name for aos. system is not up. Finally rename the hostname to with lessthan 10 character and tried to install the ax. it has been up and working fine.

Begin..

I have been in the thought process for years to take in to have a own blog. This is my second attempt to have a blog and would like to keep this alive for years with keep bloging