ProjWBSLockBoxArchiveDirectory.lockBoxFileExists Method [AX 2012]

Checkes if a file exists in the lock box.

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

Run On

Called

Parameters

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

Return Value

Type: boolean
true if the file exists, false otherwise.

See the associated method "fileExists" for more information

Community Additions

ADD
Show: