ProjIntercompanyInvoiceOrigExpense Class [AX 2012]
This class maps the values from an intercompany expense report line to be used when generating an invoice against the borrowing legal entity.
| 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.) |
| getActivityNumber | Returns the activity number of the expense line. |
| getAmountCur | Retrieves the total line amount to be invoiced to the other legal entity. |
| getCostCurrency | Retrieves the currency code in which the cost is incurred in the lending company. |
| getCostPrice | Retrieves the cost price of the transaction incurred in the lending company. |
| getCurrencyCode | Retrieves the currency code of the transaction, which is the one that the borrowing legal entity will be invoiced. |
| getDataAreaId | Retrieves the data area ID of the lending legal entity. |
| getDescription | Retrieves a description of the transaction. |
| getFinalSalesCurrencyCode | Retrieves the currency in which the sales price to the end customer is expressed in. |
| getFinalSalesPrice | Retrieves the sales price that the final customer will be charged for this item. |
| getIndirectCost | Retrieves the invoice indirect component amount. |
| getLinePropertyId | Retrieves the line property ID of the transaction. |
| getProjectCategoryId | Retrieves the project category ID of the transaction. |
| getProjectDataAreaId | Retrieves the data area ID of the borrowing legal entity. |
| getProjectId | Retrieves the ID of the related project in the borrowing legal entity. |
| getQuantity | Retrieves the number of items in this transaction. |
| getRecId | Retrieves the record ID of the expense line. |
| getSalesPrice | Gets the sales price that the other legal entity is expected to pay for the expense. |
| getSourceDocumentLine | Retrieves the record ID of the source document line associated with the transaction. |
| getTaxItemGroup | Retrieves the item sales tax group that will be used in the invoice line for this transaction. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransDate | Retrieves the transaction date. |
| getTransOrigin | Retrieves the origin of the transaction. |
| getTransType | Retrieves the type of the project transaction. |
| getUnitOfMeasureSymbol | Retrieves the symbol of the unit of measure in which the quantity of this item is expressed. |
| getUnitPrice | Retrieves the unit price of the resource being invoiced. |
| getWorker | Retrieves the record ID of the worker related to this transaction. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Creates a new instance based on a TrvExpTrans record. |
| 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.) |
| setBilled | Updates the billing status of the transaction being invoiced. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showTrans | Displays the transaction in a form. |
| 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.) |
| ::construct | Initializes a new instance of the ProjIntercompanyInvoiceOrigExpense class. |
| ::newFromTrvExpTransRecId | Creates a new instance of ProjIntercompanyInvoiceOrigExpense for a given expense trans record ID. |
Community Additions
ADD
Show: