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
CalledParameters
- 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.
Community Additions
ADD
Show: