CustVendCorrFactureCalc_RU Class [AX 2012]
Class CustVendCorrFactureCalc_RU performs calculation of correcting facture data.
| Method | Description | |
|---|---|---|
| buildTransMap | Creates map holding corrections by lines. |
| calc | Calculates correction facture data. |
| calcBody | Calculates totals data. |
| calcHeader | Calculates facture header data. |
| 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.) |
| getCorrOrigTrans | |
| getExcise | Returns excise amount for facture line. |
| getExternalName | Returns external name for item. |
| getFactureDate | Returns external facture date. |
| getFactureJourRev | Returns revising facture journal. |
| getFactureNum | Returns facture number. |
| getFactureSepDivId | Returns facture separate division id. |
| getHeaderData | Returns calculated FactureHeaderData_RU object. |
| getLineAmountWithExcise | Returns line amount with excise for facture line. |
| getLineAmountWithVAT | Returns line amount with VAT for facture line. |
| getMapFactureTransGroup | Returns map containing facture trans data. |
| getOrigFactureDate | Returns original facture dates. |
| getOrigFactureDates | Returns original facture dates. |
| getOrigFactureNum | Returns original facture number. |
| getOrigFactureNums | Returns original facture numbers. |
| getOrigFactureRevisionDate | Returns original facture revision dates. |
| getOrigFactureRevisionNum | Returns original facture revision numbers. |
| getOrigFactureSepDivId | Returns original facture separate division id. |
| getOrigFactureSepDivIds | Returns original facture separate division ids. |
| getPrice | Returns price for facture line. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTotalAmountWTaxMinus | Returns total deducted line amount with tax after corrections. |
| getTotalAmountWTaxPlus | Returns total additional line amount with tax after corrections. |
| getTotalLineAmountMinus | Returns total deducted line amount after corrections. |
| getTotalLineAmountPlus | Returns total additional line amount after corrections. |
| getTotalTaxAmountMinus | Returns decreased tax amount after corrections. |
| getTotalTaxAmountPlus | Returns additional tax amount after corrections. |
| getUnitDescription | Returns description of unit for facture line. |
| getVATAmount | Returns amount of VAT for facture line. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the CustVendCorrFactureCalc_RU class. |
| 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 CustVendCorrFactureCalc_RU class. |
| parmFactureJour | Gets or sets the FactureJour parameter. |
| parmHeaderOnlyMode | Gets or sets the HeaderOnlyMode parameter. |
| 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 _packedClass parameter value to an instance of the CustVendCorrFactureCalc_RU 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.) |
| ::calcOnServer | Performs calculation of facture data on server. |
| ::calculate | Method calculates correcting facture data on server and then transfers it to client. |
| ::construct | Initializes a new instance of the CustVendCorrFactureCalc_RU class. |
| ::createFactureTransData | Initializes Struct object holding correcting facture data. |
| ::newCalc | Creates new instance of CustVendCorrFactureCalc_RU class. |
Community Additions
ADD
Show: