CostSheetPanel_BOMCalcTrans Class [AX 2012]
The CostSheetPanel_BOMCalcTrans class uses PriceCalcId value to fetch BOMCalcTrans records that will be used in costing sheet representation.
| Method | Description | |
|---|---|---|
| allowEditQty | Determines whether the quantity field should be editable. (Inherited from CostSheetPanel.) |
| build | Builds the complex control on a caller form at runtime. (Inherited from CostSheetPanel.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| costRollupFieldGroup | Determines which field group should be used to represent cost rollup data. (Inherited from CostSheetPanel.) |
| costSheet | Returns an instance of a costing sheet. (Inherited from CostSheetPanel.) |
| costTmpCostRollup | Generates data for a cost rollup data source. (Inherited from CostSheetPanel.) |
| costType | Gets the CostPriceType enumeration value that represents the branch of the costing sheet displayed in the grid. (Overrides the costType Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fill | Fills in the temporary data source with cost rollup and updates the grids. (Inherited from CostSheetPanel.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| header_per_modified | Handles the modified event of the Per control. (Inherited from CostSheetPanel.) |
| header_qty_modified | Handles the modified event of the Quantity control. (Inherited from CostSheetPanel.) |
| header_rollupLevel_modified | Handles the modified event of the rollup level control. (Inherited from CostSheetPanel.) |
| header_view_modified | Handles the modified event of the View control. (Inherited from CostSheetPanel.) |
| init | Initializes the dynamically built controls. (Overrides the init Method.) |
| initUnitIdAndLotSize | Initializes the unit ID and the lot size values. (Overrides the initUnitIdAndLotSize Method.) |
| modifiedPer | Modifies the form control values according to the new selection in Per control. (Inherited from CostSheetPanel.) |
| modifiedQty | Modifies the form control values according to the new selection in the Quantity control. (Inherited from CostSheetPanel.) |
| modifiedRollupLevel | Modifies the form control values according to the new selection in the rollup level control. (Inherited from CostSheetPanel.) |
| modifiedView | Modifies the form control values according to the new selection in the View control. (Inherited from CostSheetPanel.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| packedRecordsList | Generates a packed list that contains cost rollup records that will later be used as a source for cost rollup or costing sheet grids. (Overrides the packedRecordsList Method.) |
| parmFormRun | Gets or sets the FormRun parameter. (Inherited from CostSheetPanel.) |
| parmParentId | Gets or sets the ParentId parameter. (Inherited from CostSheetPanel.) |
| parmPriceCalcId | Gets or sets the PriceCalcId 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.) |
| totalContributorFieldList | Determines which fields of the cost rollup table should be used to calculate the total amount. (Inherited from CostSheetPanel.) |
| totalLabel | Determines what label should be used in front of the total value. (Inherited from CostSheetPanel.) |
| updateGrids | Uses the temporary cost rollup data to fill in the grids. (Inherited from CostSheetPanel.) |
| 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.) |
| ::newForm | Creates an instance of the class and adds controls to the caller form at runtime. |
| ::packedServerPriceCalcId | Fetches BOMCalcTrans records and fills in the cost rollup table buffer. |
Community Additions
ADD
Show: