Share via


SysTableExtension.modifiedField Method [AX 2012]

This method executes the defaulting logic of a table in the interactive scenario.

Syntax

public void modifiedField(Common record, FieldId fieldId)

Run On

Called

Parameters

Remarks

This method uses Breadth First Search to traverse the dependency graph of the table to call the defaultField method of the table in the correct order.

See Also

Reference

SysTableExtension Class