ProjWBSUpdateController.updateOutlineNumbersAndPublishInPreOrder Method [AX 2012]

Updates task outline numbers and publishes in-memory tasks data to temporary table.

public void updateOutlineNumbersAndPublishInPreOrder(
   [str _filterValue, 
    str _filterField, 
    boolean _isFilteringOn, 
    boolean _shouldIgnoreExpandAndCollapse])

Run On

Called

Parameters

_filterValue
Type: str
Value to filter records on.
_filterField
Type: str
Field to filter records on.
_isFilteringOn
Type: boolean
If true tasks are filtered, otherwise it's not.
_shouldIgnoreExpandAndCollapse
Type: boolean
If true ignores expand and collase and publishes all tasks.

Community Additions

ADD
Show: