ProjWBSLockBox Class [AX 2012]
The ProjWBSLockBox class encapsulates logic for the storage and access of Microsoft Project files for integration between Microsoft Dynamics AX and Microsoft Project.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| copyFile | Abstract method to copy files. |
| createNew | Creates new project. |
| createSharePointSite | Creates a new Sharepoint Site |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fileExists | Checks if a file exists. |
| fileLocked | Checks if a file is locked. |
| getLockBoxFile | Gets a lock box file's name. |
| getLockBoxPath | Gets the lock box path. |
| getSharePointSite | Gets the SharePoint site associated with the project Id. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| lockBoxFileExists | Checks if a lock box file exists. |
| lockBoxFileExistsByActivityNumber | Checks if a lock box file exists for the given activity number. |
| lockBoxFileLocked | Checks if a given file is locked. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| openFile | Opens a project file in MS Project. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setLockBoxFile | Sets the fields in Hierarchy table to enable link with Microsoft Project Client. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| syncToTaskList | Syncs to task list. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unlinkProject | Unlinks an AX Project with a .mpp file. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::clearLockBoxFile | Clears the file path and file name fields from the Hierarchy table for a record. |
| ::create | Creates a lock box object. |
| ::generateUniqueFilename | Generates a unique filename from the given information. |
| ::getHierarchyId | Gets the hierarchy Id of the given rec Id. |
| ::getLockBoxType | Returns the type of lock box set by the proj parameters. |
| ::getTableId | Returns the table Id for the given link type. |
Community Additions
ADD
Show: