ProjWBSLockBox.lockBoxFileExists Method [AX 2012]

Checks if a lock box file exists.

public abstract 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 rec Id of the linked entity.
hierarchyId
Type: HierarchyIdBase Extended Data Type
The hierarchy Id of the linked entity.
silentValidation
Type: boolean
Check if silent validation should be used.

Return Value

Type: boolean
A boolean.

Abstract method.

Community Additions

ADD
Show: