Share via


SysTableExtension.defaultRow Method [AX 2012]

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

Syntax

public void defaultRow(Common record)

Run On

Called

Parameters

Remarks

This method post-order traverses the dependency graph of the table to call the defaultField method of that table in the correct order.

See Also

Reference

SysTableExtension Class