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

Server

Parameters

_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.

Return Value

Type: str
A fully formed filename along with the path to the locked box.

Community Additions

ADD
Show: