Share via


SysDictTable::mapFieldIds2Values Method [AX 2012]

Maps field IDs to values in a buffer.

Syntax

client server public static Map mapFieldIds2Values(List _keyFields, Common _buffer)

Run On

ClientOrServer

Parameters

  • _keyFields
    Type: List Class
    A list of field IDs in the buffer.
  • _buffer
    Type: Common Table
    The buffer to which the field IDs are mapped.

Return Value

Type: Map Class
A map of field IDs to buffer values.

Remarks

The _keyFields must be a list of field IDs that are stored in a list constructed with new list(type::integer).

See Also

Reference

SysDictTable Class