SourceDocumentAmount Class [AX 2012]
The SourceDocumentAmount class is an amount on a SourceDocument class.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| currencyFactor | Retrieves the rounding precision for the transaction currency. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getSourceDocumentLineItemProxy | Returns a proxy for this class' set SourceDocumentLine. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the instance variables. |
| monetaryAmountLabel | Constructs a description of the current monetary amount. |
| new | Initializes a new instance of the SourceDocumentAmount class. (Overrides the new Method.) |
| newSourceDocumentLine | Initializes source document line from a source document line RecId. |
| 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.) |
| pack | Serializes the current instance of the SourceDocumentAmount class. |
| parmAmount | Gets or sets the Amount parameter. |
| parmCurrencyFactor | Gets the CurrencyFactor parameter. |
| parmIncludesTax | Gets the IncludesTax parameter. |
| parmIsTaxAmount | Gets the IsTaxAmount parameter. |
| parmIsVarianceAmount | Checks whether a SourceDocumentAmount class is a variance amount. |
| parmMonetaryAmount | Gets the MonetaryAmount parameter. |
| parmMonetaryAmountLabel | Gets the MonetaryAmountLabel parameter. |
| parmQuantityAllocationMethodAllowed | Checks whether the quantity distribution allocation method is allowed for a source document amount type |
| parmSourceDocumentLine | Gets or sets the SourceDocumentLine parameter. |
| parmTransactionCurrencyCode | Gets the TransactionCurrencyCode parameter. |
| postParmQtyAllocMethodAllowedPayroll | Enables the quantity allocation for the payroll monetary amounts. |
| 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.) |
| unpack | Deserializes the _pack parameter value to an instance of the SourceDocumentAmount class. |
| 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 SourceDocumentAmount class. |
| ::create | Creates a new SourceDocumentAmount class based on a packed representation. |
| ::isVarianceAmount | Checks if a SourceDocumentAmount is a variance amount. |
| ::newFromParameters | Creates a new instance of the SourceDocumentAmount class. |
| ::postParmQtyAllocAllowedHandlerPayroll | Enables the quantity allocation for the payroll monetary amounts. |
Community Additions
ADD
Show: