Kernel::System::DynamicFieldLegacy::Calculation

NAME

Kernel::System::DynamicFieldLegacy::Calculation

DESCRIPTION

DynamicFields backend interface for calculate

PUBLIC INTERFACE

Calculate()

This function is used to calculate the formula.

    my $Value = $BackendObject->Calculate(
        ObjectID           => $DynamicFieldObjectID,
        DynamicFieldID     => $DynamicFieldID,
        DynamicFieldConfig => $DynamicFieldConfig,  # complete config of the DynamicField
    );

    Returns $Value;
Scroll to Top