Kernel::WebApp::Util::BusinessObject::Role::ProvidesCustomerQuickCreateActions

NAME

Kernel::WebApp::Util::BusinessObject::Role::ProvidesCustomerQuickCreateActions – Provides a list of quick ticket create actions for customer users.

PUBLIC INTERFACE

GetQuickCreateActions()

Method to gather the configured quick create actions for customer users.

    my $QuickActions = $Self->GetQuickCreateActions(
        UserID => 1, # optional, falls back to $Self->UserID()
    );

Returns the configuration of the available ticket create actions.

Scroll to Top