ProjWBSUpdateController::construct Method [AX 2012]

Constructs a ProjWBSUpdateController instance.

client server public static ProjWBSUpdateController construct(
    HierarchyIdBase _hierarchyId, 
    CalendarId _calendarId, 
   [ProjViewType _viewType, 
    Common _wbsOwner, 
    TmpTreeTable _tmpTreeTable])

Run On

Called

Parameters

_hierarchyId
Type: HierarchyIdBase Extended Data Type
Hierarchy id of the WBS hierarchy.
_calendarId
Type: CalendarId Extended Data Type
Calendar id of associated to the WBS (e.g. project/project quotation calendar).
_viewType
Type: ProjViewType Enumeration
Calendar id of associated to the WBS (e.g. project/project quotation calendar).
_wbsOwner
Type: Common Table
Table buffer of the WBS owner (i.e. ProjTable, SalesQuotation or null for templates)
_tmpTreeTable
Type: TmpTreeTable Table
A not-null tmpTreeTable table buffer.

Return Value

Type: ProjWBSUpdateController Class
A ProjWBSUpdateController instance.
Show: