RT 6.0.0 Documentation

RT::DashboardSubscription

Go to latest version →

NAME

  RT::DashboardSubscription - an RT DashboardSubscription object

SYNOPSIS

  use RT::DashboardSubscription

DESCRIPTION

An RT DashboardSubscription object.

METHODS

Create PARAMHASH

Create takes a hash of values and creates a row in the database. Available keys are:

UserId
DashboardId
Content

Returns a tuple of (status, msg) on failure and (id, msg) on success.

DashboardObj

Returns the corresponding dashboard object of current subscription.

UserObj

Returns the corresponding user object of current subscription.

← Back to index