ProjWBSLockBox.createNew Method [AX 2012]

Creates new project.

public abstract void createNew(
    SysProjectApplication project, 
    str projectName, 
    str projectId, 
    str company, 
    MSPFileSyncLinkType fileSyncLinkType, 
    RecId projectRecId, 
    str hierarchyId, 
    COM addinObject)

Run On

Called

Parameters

project
Type: SysProjectApplication Class
References to MS Project.
projectName
Type: str
The project name.
projectId
Type: str
The project ID.
company
Type: str
The company context.
fileSyncLinkType
Type: MSPFileSyncLinkType Enumeration
The link type.
projectRecId
Type: RecId Extended Data Type
The project RecId.
hierarchyId
Type: str
The associated hierarchy ID.
addinObject
Type: COM Class
A reference to the COM object addin.

Abstract method.

Community Additions

ADD
Show: