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