--- In development-axapta@yahoogroups.com, "Vamsi Praneeth"
<[EMAIL PROTECTED]> wrote:
>
> 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?
>

Just to be thorough, Ax has two objects with similar names: Maps and
Map. Maps is found on the Data Dict node of the AOT and was succinctly
described in a previous response by Tony.
 
This is not to be confused with the Map Collection Class data type,
which (to quote the dev docs) is an object that associates one value
(a key) with another value, which can be any X++ type, including objects. 
Iteration though a Map collection, like any other collection, requires
instantiation of an Iterator object. You can check out Collection
Classes in the Developer Help for more details. 

Jim

Reply via email to