ProjectSourceDocumentLineItemHelper Class [AX 2012]
The ProjectSourceDocumentLineItemHelper class provides helper methods for source document line items that are project related.
| 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.) |
| ::billingCode | Retrieves the CustBillingCode record of the source document line item. |
| ::canProcessProject | Determines whether project extensions to the source document framework can handle a source document line item. |
| ::canProcessProjectFromLineRecId | Determines whether project extensions to the source document framework can handle a source document line item. |
| ::committedCostOrig | Gets the project committed cost origin of the source document line item. |
| ::currencyIdCost | Retrieves the currency code of the project cost amount of the source document line item. |
| ::custAccount | Gets the customer account for the source document line item. |
| ::custBillingCodeVersion | Retrieves the CustBillingCodeVersion record of the source document line item. |
| ::custInvoiceAccountingDate | Retrieves the accounting date of the source document line item. |
| ::getProjectLegalEntity | Gets the CompanyInfo record of a source document line implementation object. |
| ::hasIntercompanyLedgerAccount | Checks if a given source document line item should use intercompany ledger accounts. |
| ::hasProject | |
| ::implementsProject | |
| ::implementsProjectRevenue | |
| ::inventDim | Retrieves the InventDim record of the source document line item. |
| ::inventTable | Retrieves the InventTable record of the source document line item. |
| ::isAmountBased | |
| ::isIntercompany | Checks whether a given SourceDocumentLineItem is related to a project in another legal entity. |
| ::isLedgerPostingTypeProject | Determines whether a ledger posting type is for a project. |
| ::isPayrollMonetaryAmount | Determines whether or not a given monetary amount is used in payroll documents. |
| ::isPayrollProject | Validates that the source document that is associated with the source document, belongs to payroll. |
| ::isProject | Determines whether the source document line item is for a project. |
| ::isProjectRevenue | Determines whether the source document line is for accruing project revenue. |
| ::payrollProjTransType | Get the projTransType for a SourceDocumentLineItem |
| ::projCategory | Retrieves the ProjCategory record of the source document line item. |
| ::projCategoryType | Retrieves the project category type of the source document line item. |
| ::projFundingSource | Retrieves the ProjFundingSource record of the source document line item. |
| ::projLineProperty | Retrieves the ProjLineProperty record of the source document line item. |
| ::projOrigin | Retrieves the project transaction origin of the source document line item. |
| ::projTable | Retrieves the ProjTable record of the source document line item. |
| ::projTransType | Retrieves the project transaction type of the source document line item. |
| ::salesCurrency | Retrieves the sales Currency record of the source document line item. |
| ::salesTaxGroupHeading | Retrieves the sales TaxGroupHeading record of the source document line item. |
| ::salesTaxItemGroupHeading | Retrieves the sales TaxItemGroupHeading record of the source document line item. |
| ::smmActivities | Retrieves the smmActivities record of the source document line item. |
| ::sourceDocumentHasProject | Determines whether the specified source document line item is part of a source document that has project information. |
| ::sourceDocumentLineItemTopParent | Creates a new instance of the SourceDocumentLineItem class for the source document line item's top parent. |
| ::transCost | Retrieves the project cost amount of the source document line item. |
| ::transTurnover | Gets the project revenue amount of the source document line item. |
| ::transTxt | Gets the project transaction text of the source document line item. |
| ::useTemplate | Checks if the distribution template should be used or not. |
| ::vendAccount | Gets the vendor account for the source document line item. |
Community Additions
ADD
Show: