DimensionAttributeValue::assertRelationDimAttrDirCategory Method
Asserts whether the provided DimensionAttribute record and DimensionAttributeDirCategory record ID is valid when in debug mode.
Syntax
client server private static void assertRelationDimAttrDirCategory(DimensionAttribute _dimensionAttribute, RecId _dimAttributeDirCategoryRecId)
Run On
Called
Parameters
- _dimensionAttribute
Type: DimensionAttribute Table
The DimensionAttribute record which needs to be asserted.
- _dimAttributeDirCategoryRecId
Type: RecId Extended Data Type
The record ID of DimensionAttributeDirCategory table which needs to be asserted.
Remarks
This method must be invoked only in debug mode and should not be overloaded for any other purposes.