Columns in the Rule-Fired Details Table

RULE_ACTION_FIRE_ID
the UUID that is generated for each rule each time it is executed. Each time a rule executes, a different UUID is generated for the specific instance of the rule.
RULE_SET_SK
the identification number of the rule set.
RULE_SET_NM
the name of the rule set.
RULE_SK
the identification number of the rule.
RULE_NM
the name of the rule.
DEPLMT_SK
an internal surrogate key for the publish information for the rule flow. This column is also included in the test information table. You can use this column to join the two tables.
RULE_FLOW_SK
the identification number of the rule flow.
RULE_FLOW_NM
the name of the rule flow.
RULE_FIRE_DTTM
the date and time that the rule was run.
DEPLMT_EXECUTION_ID
the identification string of the specific instance of the rule flow that was executed. Each time a rule flow executes, a different UUID is generated for the specific instance of the rule flow. You can use this UUID to associate the records in the rules-fired details table with the records in the test information table.
ENTITY_PRIMARY_KEY
the value of the term that was specified with the &BRMPrimaryEntityKey macro variable in preprocessing code.
Note: This column has been deprecated. Use the _recordCorrelationKey column instead.
TRANSACTION_DTTM
the value of the term that was specified with the &BRMTransactionDTTM macro variable in preprocessing code.
Note: This column has been deprecated. Use the _recordCorrelationKey column instead.
_recordCorrelationKey
a UUID that enables you to associate records in the rules-fired details table (DCM_RULE_ACTION_FIRE) with records in the output results table. This column is also added to the output results table, so you can use this key to join the rules-fired details table and the output results table. Joining the tables enables you to enrich the information in the rules-fired details table with transaction times, composite keys, or other information.
Last updated: February 22, 2017