Share via


SysTableExtension.reverseMap Method [AX 2012]

Reverses the dependency map of a table because we need a reversed map to use in modifiedField()

Syntax

protected Map reverseMap(Map inputMap)

Run On

Called

Parameters

Return Value

Type: Map Class
The reversed map.

Remarks

This method is used to reverse the dependency map of a table. A reversed map is necessary to use the modifiedField method.

See Also

Reference

SysTableExtension Class