Kernel::System::Console::Command::Admin::Configuration::UpdateAttribute

Table of Contents

NAME

Kernel::System::Console::Command::Admin::Configuration::UpdateAttribute

DESCRIPTION

Command to update a setting of an object.

Examples:

    ./bin/otrs.Console.pl Admin::Configuration::UpdateAttribute --entity User
        --identifier UserLogin --attribute ValidID --separator ';' '/opt/test.csv'

    # Use a CSV file

    ## "identifier_value";"attribute_value"
    ## "agent-1";"1"
    ## "agent-2";"3"
    ## "agent-3";"3"

    # which attributes are available in the entity(ies).
    ./bin/otrs.Console.pl Admin::Configuration::UpdateAttribute --entity-attrs Valid --entity-attrs User
Scroll to Top