Share via


xRefUpdate.setXrefTablesTruncated Method [AX 2012]

Sets the state to control whether the cross-reference generation should truncate all the tables where the cross-reference information is stored before generation starts.

Syntax

public void setXrefTablesTruncated(boolean _argtruncateXrefTables)

Run On

Called

Parameters

  • _argtruncateXrefTables
    Type: boolean
    true if cross-reference tables must be truncated; otherwise, false.

See Also

Reference

xRefUpdate Class