Hi

Maps are an abstraction layer for Tables. They allow you to place code for 
tables that have comparable functions in a single place rather than having to 
duplicate the code for each table. This makes them a powerful and very useful 
feature within AX.

For example, SalesLine and PurchLine are similar in function in that they are 
both worksheet line tables used to handle trading functions. Both tables need 
to be able to calculate total line amount, tax charges, etc. so the volume of 
code that you need to write to handle the common functions for these tables can 
be kept to a minimum by abstracting the two tables as a Map and placing the 
common code on the Map.

Regards

Malcolm Burtt
Product Development Manager
Touchstone
W: http://www.touchstone.co.uk<http://www.touchstone.co.uk/>

________________________________
From: development-axapta@yahoogroups.com [EMAIL PROTECTED] On Behalf Of Vamsi 
Praneeth [EMAIL PROTECTED]
Sent: 29 June 2008 04:32
To: development-axapta@yahoogroups.com
Subject: [development-axapta] What are Maps and what's the use of them?


Hello guys...I just wanna know...what actually are Maps in Dynamics AX
4.0 what are they used for? I have read in the e-books of Microsoft
but couldn't figure out what actually are those.....Can someone
explain me in detail what they are?



Reply via email to