COSDimensionAttributeValueFacade Class [AX 2012]
The COSDimensionAttributeValueFacade class is used to access the new dimension framework from the Cost Accounting module.
| Method | Description | |
|---|---|---|
| blockedForAllocation | Determines whether an allocation is blocked for the specified dimension value. |
| blockedForCostTransactions | Determines whether a posting of cost transaction is blocked for the specified dimension value. |
| blockedForDistribution | Determines whether a distribution is blocked for the specified dimension value. |
| blockedForServiceTransactions | Determines whether a posting of service transaction is blocked for the specified dimension value. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| closed | Determines whether the specified dimension value is closed in the new dimension framework. |
| createValue | Creates a new record in a table that contains the backing entities for the attribute that is associated with this object. |
| description | Retrieves a description of the specified dimension value. |
| dimensionAttribute | Finds the DimensionAttribute record in the new dimension framework. |
| dimensionAttributeValue | Finds the DimensionAttributeValue record based on the specified COSCostDimensionValue string. |
| dimensionAttributeValueCostAccounting | Finds the DimensionAttributeValueCostAccounting record based on the specified COSCostDimensionValue string. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| existsValue | Determines whether the specified dimension value exists in the new dimension framework. |
| findValue | Determines the backing entity record that is associated with the specified dimension value. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| nameFieldId | Determines the ID of the field that contains the names in the table that holds the backing entities for the dimension attribute that is associated with this object. |
| new | Initializes a new instance of the COSDimensionAttributeValueFacade 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.) |
| parmCostDimension | Gets or sets the CostDimension 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.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateDateToDimensionValue | Validates that posting on the specified dimension value is valid on the specified date. |
| valueFieldId | Determines the ID of the field that contains the values in the table that holds the backing entities for the dimension attribute that is associated with this object. |
| valueSet | Returns a set that contains all the values of the associated dimension attribute. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::canDeleteDimensionCode | Determines whether a dimension code can be deleted from Cost Accounting. |
| ::canDeleteDimensionValue | Determines whether a dimension attribute value can be deleted from Cost Accounting. |
| ::construct | Initializes a new instance of the COSDimensionAttributeValueFacade class. |
| ::getAllCompanies | |
| ::getCostAccountingDimensionCodeTableSet | Retrieves a Set object that contains all the Cost Account table IDs that hold references to dimension codes. |
| ::getCostAccountingDimensionValueTableSet | Retrieves a Set object that contains all the cost account table IDs that hold dimension values. |
| ::isDimensionCodeUsedInTableField | Determines whether a dimension code is used in the specified table field. |
| ::isDimensionCodeUsedInTableMaskField | Determines whether a dimension code is used in the specified table field. |
| ::isDimensionValueUsedInTableArrayField | Determines whether a dimension value is used in the specified table field. |
| ::isDimensionValueUsedInTableField | Determines whether a dimension value is used in the specified table field. |
| ::newParameter | Initializes a new instance of the COSDimensionAttributeValueFacade class. |
| ::onDimensionAttributeValueChanged | Updates all Cost Accounting tables that contain dimension value fields to reflect a change in the display value of an entity instance. |
| ::updateCostDimensionValue |
Community Additions
ADD
Show: