Share via


SysTableExtension.getDefaultingDependenciesMap Method [AX 2012]

This method returns a map of the defaulting dependencies of a table.

Syntax

private Map getDefaultingDependenciesMap(Common record)

Run On

Called

Parameters

Return Value

Type: Map Class
A map of the defaulting dependencies of the table.

Remarks

Each element in the result has the field as the key and the set of fields that the key depends on as the value.

See Also

Reference

SysTableExtension Class