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