DimensionAttributeValue::updateForEntityValueDeleteHelper Method

Updates the appropriate DimensionAttributeValue records after the backing entity instance is deleted.

Syntax

server public static void updateForEntityValueDeleteHelper(
    TableId _entityId, 
    RecId _entityInstance, 
    DataAreaId _dataAreaId, 
   [RecId _financialTagCategoryId])

Run On

Server

Parameters

  • _financialTagCategoryId
    Type: RecId Extended Data Type
    The record ID of the FinancialTagCategory record that is used to categorize the DimensionFinancialTag entities; optional.

Remarks

The validation cache is not updated, because the delete validation would fail if any transactional combinations that contain the value existed.

See Also

Reference

DimensionAttributeValue Table