Share via


AfResourceServiceClass.getFieldContainers Method [AX 2012]

Constructs the map for every field in the container.

Syntax

private Map getFieldContainers(AfDataContainerList _tableContainerList, [boolean _useExternalId])

Run On

Server

Parameters

  • _useExternalId
    Type: boolean
    A Boolean value that specifies whether to use the external ID.

Return Value

Type: Map Class
A map of the fields that the container contains.

See Also

Reference

AfResourceServiceClass Class