ProjBudgetTransactionLine_EmplTransSale Class [AX 2012]
The ProjBudgetTransactionLine_EmplTransSale class is used to hold the budget transaction information that is associated with the reversal invoice proposal of hour type transactions.
| Method | Description | |
|---|---|---|
| activityNumber | Retrieves the project activity number of the transaction. (Overrides the activityNumber Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| categoryId | Retrieves the project category ID of the transaction. (Overrides the categoryId Method.) |
| costAmount | Retrieves the cost amount of the transaction after the currency conversion. (Overrides the costAmount Method.) |
| costAmountCurrencyCode | Retrieves the currency code of the cost amount. (Overrides the costAmountCurrencyCode Method.) |
| 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.) |
| linePropertyId | Retrieves the project line property ID of the transaction. (Overrides the linePropertyId Method.) |
| new | Creates an object of the ProjBudgetTransactionLine_EmplTransSale class. (Overrides the new Method.) |
| 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.) |
| parmCostAmount | Gets or sets the CostAmount parameter. (Inherited from ProjBudgetTransactionLine.) |
| parmQty | Gets or sets the Qty parameter. (Inherited from ProjBudgetTransactionLine.) |
| parmSalesAmount | Gets or sets the SalesAmount parameter. (Inherited from ProjBudgetTransactionLine.) |
| parmSourceDocumentLine | Gets or sets the SourceDocumentLine parameter. (Inherited from ProjBudgetTransactionLine.) |
| parmTransIdRef | Gets or sets the TransIdRef parameter. (Inherited from ProjBudgetTransactionLine.) |
| projId | Retrieves the project ID of the transaction. (Overrides the projId Method.) |
| salesAmount | Retrieves the sales amount of the transaction after the currency conversion. (Overrides the salesAmount Method.) |
| salesAmountCurrencyCode | Retrieves the currency code of the sales amount. (Overrides the salesAmountCurrencyCode Method.) |
| 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.) |
| transDate | Retrieves the transaction date of the transaction. (Overrides the transDate Method.) |
| transId | Retrieves the transaction ID of the transaction. (Overrides the transId Method.) |
| transType | Retrieves the transaction type of the transaction line. (Overrides the transType Method.) |
| 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.) |
Community Additions
ADD
Show: