ProjectCommitmentFacade Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| 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.) |
| ::alwaysUpdateProjectCommitments | Determines whether to project commitments will always be updated for the source document line item. |
| ::canCheckProjectBudget | |
| ::canUpdateProjectCommitment | Indicates whether an existing project commitment must be updated. |
| ::carryForwardBudget | |
| ::checkProjectBudgets | Performs a project budget check for the accounting distributions for the given source document line. |
| ::checkSourceDocumentLineImplementation | |
| ::deleteProjectCommitments | Creates reversing project commitment entries for the existing project commitments of the given source document line. This method will also handle liquidation of project budgets if project budgeting is enabled. |
| ::deleteProjectCommitmentsForDocument | Creates reversing project commitment entries for the existing project commitments of the given source document line. |
| ::doUpdateProjectCommitments | |
| ::isProjectBudgetControlEnabled | Determines whether project budget control is enabled for the source document line item. |
| ::isProjectSalesItemReqPO | |
| ::keyFromAccountingDistribution | Concatenates the accounting distribution values that are used as a map key when summarizing accounting distribution values. |
| ::keyFromProjectCommitment | Concatenates project commitment values that are used as a map key. |
| ::parmCanBookCommitments | |
| ::parmCanSupportCommitments | |
| ::parmIsCommitmentsEnabled | |
| ::performDeleteProjectCommitments | |
| ::performProjectBudgetCheck | |
| ::performUpdateProjectCommitments | |
| ::suppressMessages | Determines whether to suppress the over budget messages for a source document line item. |
| ::updateCarryForwardBudget | |
| ::updateProjectCommitments | Brings up to date the project commitments, depending on information from accounting distributions for the given source document line. |
| ::updateProjectCommitmentsMap | Summarizes accounting distribution values that are used to create project commitments. |
Community Additions
ADD
Show: