xRefUpdateIL::updateAllXref Method [AX 2012]
Starts a batch job that updates the cross-reference information for the whole AOT.
server public static int64 updateAllXref(
boolean fullTree,
boolean selective,
boolean updateTableRelation)
Run On
ServerParameters
- 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.
Show: