Share via


AxdBaseRead.buildFieldInfoMap Method [AX 2012]

Creates a Map that contains all the fields that are going to be serialized and their properties.

Syntax

protected Map buildFieldInfoMap(
    QueryBuildDataSource _qbds, 
    TableId _instanceTableId, 
    Set _allowedFields)

Run On

Server

Parameters

  • _allowedFields
    Type: Set Class
    A set that contains all of the properties defined in the XSD schema.

Return Value

Type: Map Class
A map that contains all the fields to serialize 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.

This method is only called if no AxBC class exists for the table.

See Also

AxdBaseRead Class

Map Class