Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _entityId
Type: TableId Extended Data Type
The ID that specifies the entity.
- _entityInstance
Type: RecId Extended Data Type
The record ID of the entity instance record.
- _dataAreaId
Type: DataAreaId Extended Data Type
The DataAreaId type of the entity instance record.
- _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.