ProjWBSLockBoxArchiveDirectory.getLockBoxFile Method [AX 2012]

Gets the filename of the file associated with the given parameters.

public str getLockBoxFile(
    str companyName, 
    MSPFileSyncLinkType fileSyncLinkType, 
    RecId linkRecId, 
    str hierarchyId, 
   [boolean silentValidation])

Run On

Called

Parameters

companyName
Type: str
The company name.
fileSyncLinkType
Type: MSPFileSyncLinkType Enumeration
The type of link.
linkRecId
Type: RecId Extended Data Type
The RecId of the linked entity.
hierarchyId
Type: str
The heirarchyId associated with the linked entity.
silentValidation
Type: boolean
A boolean determining if silent validation should be used.

Return Value

Type: str
A string containing the filename if one exists.

Community Additions

ADD
Show: