MCRPriceHistoryLine Class [AX 2012]
The MCRPriceHistoryLine class represents price history records that can be recorded and displayed.
| Method | Description | |
|---|---|---|
| allowPriceHistoryUpdate | Returns whether a price history update can proceed. |
| allowView | Determines if price history is allowed to be viewed. |
| 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.) |
| fillMCRRoyaltyVendTableTmp | Ensures that the royalty table buffer has been created as temporary. |
| fillPdsRebateTableTmp | Ensures that the rebate table buffer has been created as temporary. |
| fillPotentialAgreement | Populates the record in TMPMCRAgreementLine table. |
| fillVendRebateTableTmp | Ensures that the vendor rebate table buffer has been created as temporary. |
| findHistory | Gets a list of history records for this line. |
| getAgreementLines | Gets the list of agreement lines. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initTmpMCRAgreementLine | Gets the TmpMCRAgreementLinetable record. |
| initTMPMCRAgreementLinePotential | Initializes the agreement line record. |
| isContinuityBillUpFrontChild | Sets if the line is a child line of a continuity item that is bill up front. |
| isLinkValid | Indicates whether the link is valid. |
| isMerchandisingEventHistoryEnabled | Returns whether merchandising events should be included as part of price history. |
| isPriceDetailsEnabled | Returns whether price details is enabled for the price history line. |
| isShipToChild | Determines if this line is a ship to child |
| mcrMarginAlert | Creates and returns a MCRMarginAlert object |
| new | Creates a new instance of the MCRPriceHistoryLine 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.) |
| parmAccountId | Gets the AccountId parameter. |
| parmAccountMultilineDiscCode | Gets the AccountMultilineDiscCode parameter. |
| parmAgreementId | Gets the AgreementId parameter. |
| parmCanFindLineDisc | Gets the CanFindLineDisc parameter. |
| parmCanFindTAMMerchEventPricing | Gets the CanFindTAMMerchEventPricing parameter. |
| parmCurrencyCode | Gets the CurrencyCode parameter. |
| parmExistPriceHistoryType | Gets a boolean indicating if price history exists for the given MCRPriceHistoryType. |
| parmInventDim | Gets the InventDim parameter. |
| parmInventTransId | Gets the InventTransId parameter. |
| parmItemId | Gets the ItemId parameter. |
| parmItemLineDiscCode | Gets the ItemLineDiscCode parameter. |
| parmItemMultilineDiscCode | Gets the multiline discount code defined for item on the line. |
| parmLineDiscAmount | Gets the LineDiscAmount parameter. |
| parmLineDiscCode | Gets the LineDiscCode parameter. |
| parmLineDiscPct | Gets the LineDiscPct parameter. |
| parmLineMultiLn | Gets the LineMultiLn parameter. |
| parmMarkup | Gets the Markup parameter. |
| parmMatchingAgreementLine | Gets the MatchingAgreementLine parameter. |
| parmMCROrderLine2PriceHistoryRef | Gets the MCROrderLine2PriceHistoryRef parameter. |
| parmModuleType | Gets the ModuleType parameter. |
| parmMultilineDiscAmount | Gets the MultilineDiscAmount parameter. |
| parmMultilineDiscPct | Gets the MultilineDiscPct parameter. |
| parmOrigMCROrderLine2PriceHistoryRef | Returns the line's original order line to price history reference value. |
| parmPrice | Gets the Price parameter. |
| parmPriceDate | Gets the PriceDate parameter. |
| parmPriceGroupId | Gets the PriceGroupId parameter. |
| parmPriceOverride | Gets the PriceOverride parameter. |
| parmPriceUnit | Gets the PriceUnit parameter. |
| parmPurchId | Gets the PurchId parameter. |
| parmQty | Gets the Qty parameter. |
| parmQtyMultiline | Gets the quantity for the multiline. |
| parmQuotationId | Gets the quotation id. |
| parmRecId | Gets the RecId parameter. |
| parmSalesId | Gets the sales order id. |
| parmShowAgreementRelated | Gets a boolean value indicating if the sales price history line shows it is related to agreement. |
| parmShowCustRebates | Gets a boolean value indicating if the price history line shows values related to customer rebates. |
| parmShowMarginBrokerAmount | Gets a boolean value indicating if the price history line shows values related to margin calculation and broker. |
| parmShowMarginEstimatedSalesPrice | Gets a boolean value indicating if the price history line shows values related to margin calculation and estimated sales price. |
| parmShowMarginRelated | Gets a boolean value indicating if the price history line shows values related to margins. |
| parmShowMarginRoyaltyAmount | Gets a boolean value indicating if the price history line shows values related to margin calculation and royalties. |
| parmShowRoyaltyTab | Gets a boolean value indicating if the sales price history line shows the royalty tab. |
| parmShowVendRebates | Gets a boolean value indicating if the price history line shows values related to vendor rebates. |
| parmTableId | Gets the TableId parameter. |
| parmUnitId | Gets the UnitId parameter. |
| preUpdate | Executes pre update logic for a price history line. Deletes any previous references and inserts a new reference record to be used to link the price history line with one or more price history references. |
| priceDisc | Builds a PriceDisc object using information of line and specified quantity. |
| 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.) |
| updateMCROrderLine2PriceHistoryRef | Updates the reference between the price history line and price history references. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| usesRetailPricing | Returns whether retail pricing is used for price history line. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Builds a MCRPriceHistoryLine record based on the specified table buffer. |
Community Additions
ADD
Show: