ProjWBSLockBox.setLockBoxFile Method [AX 2012]
Sets the fields in Hierarchy table to enable link with Microsoft Project Client.
public void setLockBoxFile(
str _hierarchyId,
MSPIntegrationType _lockBoxType,
str _filePath,
str _fileName,
[boolean _replaceExisiting])
Run On
CalledParameters
- _hierarchyId
- Type: str
The Hierarchy record for which you want to set the Microsoft Project Client link.
- _lockBoxType
- Type: MSPIntegrationType Enumeration
The type of Microsoft Project Client integration - ArchiveDirectory or SharePoint
- _filePath
- Type: str
The path of the Microsoft Project file
- _fileName
- Type: str
The filename of the Microsfot Project file
- _replaceExisiting
- Type: boolean
If a record already exists, should it be replaced.
Community Additions
ADD
Show: