ProjWBSService.getLockBoxFilename Method [AX 2012]
Gets the locked box filename for a company name, project ID and hierarchy ID.
public str getLockBoxFilename(
str _companyName,
MSPFileSyncLinkType _fileSyncLinkType,
RecId _linkRecId,
[str _hierarchyId])
Run On
ServerParameters
- _companyName
- Type: str
The company you are working in.
- _fileSyncLinkType
- Type: MSPFileSyncLinkType Enumeration
The MSPFileSyncLinkType you are working with.
- _linkRecId
- Type: RecId Extended Data Type
The RecId of the linked entity.
- _hierarchyId
- Type: str
The Hierarchy you are working with.
Community Additions
ADD
Show: