PCRuntimeVisitorPriceBreakdown Class [AX 2012]
Visitor class responsible for creating excel price breakdown.
| Method | Description | |
|---|---|---|
| attachToDocuRef | Attachs a specified file to the current document |
| buildHeader | Builds the header of the price break down. |
| calcOrderAndPartyReferences | Calculates an order and the party references base on the source document line. |
| 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.) |
| init | Initialize visitor. |
| new | Initializes a new instance of the PCRuntimeVisitorPriceBreakdown 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.) |
| open | Opens the sales price breakdown report in Excel and brings Excel to the foreground. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCode | Gets or sets the Code parameter. |
| parmItemId | Gets or sets the ItemId parameter. |
| parmPCExcel | Gets or sets the PCExcel parameter. |
| parmProductName | Gets or sets the ProductName parameter. |
| parmRuntimePriceModel | Gets or sets the RuntimePriceModel parameter. |
| parmSourceDocumentLine | Gets or sets the SourceDocumentLine parameter. |
| populatePercentageCell | Places in a cell the fraction in % that a price is of the total |
| populateValueAndPercentageCells | Places in a row in two cells respectively the price and the % it is of the total |
| save | Saves the sales price breakdown. |
| 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.) |
| visitEnd | Ends visiting a runtime element. (Overrides the visitEnd Method.) |
| visitEndComponent | Ends visiting a runtime component. |
| visitStart | Starts visiting a runtime element. (Overrides the visitStart Method.) |
| visitStartComponent | Starts visiting a runtime component. |
| visitStartModel | Starts visiting a runtime model. |
| visitStartPriceElement | Visits a runtime price element. |
| 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 PCRuntimeVisitorPriceBreakdown class. |
| ::getConfigurationReferenceRow | Gets a row number with the Configuration Reference data in the price breakdown report. |
Community Additions
ADD
Show: