ProjWBSLockBoxArchiveDirectory.lockBoxFileLocked Method [AX 2012]

Checks if a lock box file assocaited with the parameters is locked.

public boolean lockBoxFileLocked(
    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 of the linked entity.
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 to determine if silent validation should be used.

Return Value

Type: boolean
true if the file is locked, false otherwise.

See the associated method "fileLocked" for more information.

Community Additions

ADD
Show: