ProjWBSLockBoxArchiveDirectory.createNew Method [AX 2012]
Creates a new .mpp project file to be linked with an AX entity.
public void createNew(
SysProjectApplication project,
str linkName,
str linkId,
str company,
MSPFileSyncLinkType fileSyncLinkType,
RecId linkRecId,
str hierarchyId,
COM addinObject)
Run On
CalledParameters
- project
- Type: SysProjectApplication Class
A reference to MS Project.
- linkName
- Type: str
The name of the linked entity.
- linkId
- Type: str
The Id of the linked entity, ie. ProjId for project.
- company
- Type: str
The company context.
- fileSyncLinkType
- Type: MSPFileSyncLinkType Enumeration
The type of link.
- linkRecId
- Type: RecId Extended Data Type
The RecId of the linked entity.
- hierarchyId
- Type: str
The associated hierarhcyId.
- addinObject
- Type: COM Class
A reference to the COM object for the Addin.
Community Additions
ADD
Show: