ProjWBSLockBoxSharePointOnline.lockBoxFileExistsByActivityNumber Method [AX 2012]

Checks if a lock box file exists for the given activity number.

public boolean lockBoxFileExistsByActivityNumber(
    str companyName, 
    smmActivityNumber activityNumber, 
   [boolean silentValidation])

Run On

Called

Parameters

companyName
Type: str
The company context.
activityNumber
Type: smmActivityNumber Extended Data Type
The activity number.
silentValidation
Type: boolean
Check if silent validation should be used.

Return Value

Type: boolean
true if the file exists, false otherwise.

Community Additions

ADD
Show: