Share via


AxdBaseRead.getFieldInfoMap Method [AX 2012]

Retrieves a map that contains all the fields that are going to be serialized and their properties.

Syntax

protected Map getFieldInfoMap(QueryBuildDataSource _qbds, TableId _instanceTableId)

Run On

Server

Parameters

Return Value

Type: Map Class
A map that contains all the fields that to be serialized and their properties.

Remarks

The map definition is Types::Integer, Types::Class. The Types::Integer is the field ID, and the Types::Class is an AxdBaseProperty object.

If the map is not in the cache, the method builds the map and caches it.

See Also

Reference

AxdBaseRead Class