Share via


xRefUpdateIL::updateAllXref Method [AX 2012]

Starts a batch job that updates the cross-reference information for the whole AOT.

Syntax

server public static int64 updateAllXref(
    boolean fullTree, 
    boolean selective, 
    boolean updateTableRelation)

Run On

Server

Parameters

  • fullTree
    Type: boolean
    A Boolean value that indicates whether to generate cross-reference information for the complete AOT tree.
  • selective
    Type: boolean
    A Boolean value that indicates whether cross-reference information has to be generated for selective nodes.
  • updateTableRelation
    Type: boolean
    A Boolean value that indicates whether the cross-reference run must also update the table relation information.

Return Value

Type: int64
The ID of the batch job.

Remarks

Start the batch job to run the cross-reference information for the complete AOT.

See Also

Reference

xRefUpdateIL Class