Share via


SourceDocumentAmount Class [AX 2012]

The SourceDocumentAmount class is an amount on a SourceDocument class.

Syntax

class SourceDocumentAmount extends Object implements SysPackable

Run On

Called

Methods

  Method Description
Gg897889.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg897889.protmethod(en-us,AX.60).gif currencyFactor Retrieves the rounding precision for the transaction currency.
Gg897889.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif getSourceDocumentLineItemProxy Returns a proxy for this class' set SourceDocumentLine.
Gg897889.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg897889.protmethod(en-us,AX.60).gif initialize Initializes the instance variables.
Gg897889.protmethod(en-us,AX.60).gif monetaryAmountLabel Constructs a description of the current monetary amount.
Gg897889.protmethod(en-us,AX.60).gif new Initializes a new instance of the SourceDocumentAmount class. (Overrides the new Method.)
Gg897889.pubmethod(en-us,AX.60).gif newSourceDocumentLine Initializes source document line from a source document line RecId.
Gg897889.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SourceDocumentAmount class.
Gg897889.pubmethod(en-us,AX.60).gif parmAmount Gets or sets the Amount parameter.
Gg897889.pubmethod(en-us,AX.60).gif parmCurrencyFactor Gets the CurrencyFactor parameter.
Gg897889.pubmethod(en-us,AX.60).gif parmIncludesTax Gets the IncludesTax parameter.
Gg897889.pubmethod(en-us,AX.60).gif parmIsTaxAmount Gets the IsTaxAmount parameter.
Gg897889.pubmethod(en-us,AX.60).gif parmIsVarianceAmount Checks whether a SourceDocumentAmount class is a variance amount.
Gg897889.pubmethod(en-us,AX.60).gif parmMonetaryAmount Gets the MonetaryAmount parameter.
Gg897889.pubmethod(en-us,AX.60).gif parmMonetaryAmountLabel Gets the MonetaryAmountLabel parameter.
Gg897889.pubmethod(en-us,AX.60).gif parmQuantityAllocationMethodAllowed Checks whether the quantity distribution allocation method is allowed for a source document amount type
Gg897889.pubmethod(en-us,AX.60).gif parmSourceDocumentLine Gets or sets the SourceDocumentLine parameter.
Gg897889.pubmethod(en-us,AX.60).gif parmTransactionCurrencyCode Gets the TransactionCurrencyCode parameter.
Gg897889.pubmethod(en-us,AX.60).gif postParmQtyAllocMethodAllowedPayroll Enables the quantity allocation for the payroll monetary amounts.
Gg897889.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif unpack Deserializes the _pack parameter value to an instance of the SourceDocumentAmount class.
Gg897889.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg897889.pubmethod(en-us,AX.60).gif Gg897889.static(en-us,AX.60).gif ::construct Initializes a new instance of the SourceDocumentAmount class.
Gg897889.pubmethod(en-us,AX.60).gif Gg897889.static(en-us,AX.60).gif ::create Creates a new SourceDocumentAmount class based on a packed representation.
Gg897889.pubmethod(en-us,AX.60).gif Gg897889.static(en-us,AX.60).gif ::isVarianceAmount Checks if a SourceDocumentAmount is a variance amount.
Gg897889.pubmethod(en-us,AX.60).gif Gg897889.static(en-us,AX.60).gif ::newFromParameters Creates a new instance of the SourceDocumentAmount class.
Gg897889.pubmethod(en-us,AX.60).gif Gg897889.static(en-us,AX.60).gif ::postParmQtyAllocAllowedHandlerPayroll Enables the quantity allocation for the payroll monetary amounts.

Top

Inheritance Hierarchy

Object Class
  SourceDocumentAmount Class