All Products
Search
Document Center

Data Management:Data tracking

Last Updated:Mar 28, 2026

Data Management (DMS) lets you control how data tracking tickets are reviewed and approved by configuring security rules. This page explains the checkpoints, factors, and actions available for data tracking, and walks you through two tasks: modifying the default approval template and creating a custom security rule.

Checkpoints, factors, and actions

Checkpoints

A checkpoint is a validation gate that DMS evaluates when a data tracking ticket is submitted. The following checkpoints are available for data tracking:

CheckpointPurposeDefault behavior
Basic Configuration ItemSets the default approval template for data tracking ticketsUsed when no approval process is configured in Approval Rule Validation
Approval Rule ValidationEvaluates custom security rules against the submitted ticketIf a rule matches, DMS applies the corresponding action

Factors

A factor is a predefined variable that DMS exposes for use in security rule conditions. Factor names follow the format @fac.<display-name>. The following factor is available for data tracking:

FactorDescription
@fac.log_sizeSize of the logs to be queried in the data tracking task, in MB
Warning

A large @fac.log_size value means the tracking process consumes significant bandwidth on the database server, which can affect online business. Use this factor in rules to block or escalate high-volume tracking requests.

Actions

An action defines what DMS does when a rule condition is met. Action names follow the format @act.<display-name>. The following actions are available for data tracking:

ActionDescription
@act.forbid_submit_orderBlocks ticket submission. Format: @act.forbid_submit_order 'Reason'
@act.do_not_approveSpecifies the approval template by ID. See Configure approval processes
@act.choose_approve_template
@act.choose_approve_template_with_reason

Security rule templates

DMS provides predefined templates to help you get started quickly. The following template is available for data tracking:

CheckpointTemplate
Approval Rule ValidationData tracking approval process

Modify the default approval template

The default approval template applies to all data tracking tickets that do not match any custom security rule. Change this template to adjust the baseline approval process.

  1. Log on to the DMS console V5.0.

  2. Move the pointer over the 2023-01-28_15-57-17.png icon in the upper-left corner, then choose All functions > Security and Specifications > Security Rules.

    In normal mode, choose Security and Specifications > Security Rules in the top navigation bar.
  3. Move the pointer over the 2023-01-28_15-57-17.png icon in the upper-left corner and choose All Features > Security and disaster recovery (DBS) > Security Rules.

    Note

    If you use the DMS console in normal mode, choose Security and disaster recovery (DBS) > Security Rules in the top navigation bar.

  4. Move the pointer over the 2023-01-28_15-57-17.png icon in the upper-left corner and choose All Features > Security and disaster recovery (DBS) > Security Rules.

    Note

    If you use the DMS console in normal mode, choose Security and disaster recovery (DBS) > Security Rules in the top navigation bar.

  5. On the Security Rules tab, find the target rule set and click Edit in the Actions column.

  6. In the left-side navigation pane of the Details page, choose Database Development > Data Tracking.

  7. On the Data Tracking tab, click Basic Configuration Item.

  8. Find Data Tracking Default Approval Template and click Edit in the Actions column.

  9. In the Change Configuration Item dialog box, click Switch Approval Template.

  10. Find the target template and click Select in the Actions column.

    You can also click Reset to Free of Approval to skip the approval for tickets.
  11. Click Submit.

Create a security rule

Create a custom security rule to control ticket submission behavior based on conditions such as log size. Rules are evaluated under the Approval Rule Validation checkpoint.

  1. Log on to the DMS console V5.0.

  2. Move the pointer over the 2023-01-28_15-57-17.png icon in the upper-left corner, then choose All functions > Security and Specifications > Security Rules.

    In normal mode, choose Security and Specifications > Security Rules in the top navigation bar.
  3. On the Security Rules tab, find the target rule set and click Edit in the Actions column.

  4. In the left-side navigation pane of the Details page, choose Database Development > Data Tracking.

  5. On the Data Tracking tab, click Create Rule.

  6. In the Create Rule - Data Tracking dialog box, configure the following parameters:

    ParameterRequiredDescription
    CheckpointsYesThe checkpoint under which the rule applies. Select Approval Rule Validation
    Template DatabaseNoA predefined template to start from. After selecting a checkpoint, click Load from Template Database to browse available templates
    Rule NameYesA name for the rule. Auto-filled when loading from a template
    Rule DSLYesThe DSL condition and action for the rule. Defines when the rule triggers and what DMS does. Auto-filled when loading from a template. See DSL syntax for security rules
  7. Click Submit.

  8. The new rule is in Disabled state by default. Click Enable in the Actions column.

  9. In the dialog box, click OK.

What's next