Kernel::WebApp::Controller::API::Role::HandlesPrimarySecondaryField

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::HandlesPrimarySecondaryField – Adds Primary Secondary field functionality for Agent.

PUBLIC INTERFACE

Just consume this role to add Primary Secondary field methods to Agent on Process Ticket.

    with qw(
        Kernel::WebApp::Controller::API::Role::HandlesPrimarySecondaryField
    )

Adds Primary Secondary field functionality for Agent on Process Ticket.

Scroll to Top