[rt-users] Question about Requestors in RT
Alex Vandiver
alexmv at bestpractical.com
Thu Nov 21 16:17:57 EST 2013
On Thu, 2013-11-21 at 21:28 +0100, Bartosz Maciejewski wrote:
> Hi, Sorry for bother You on private, but I don't get mails from
> mailing list, only digest came.
Then ask to be Cc'd -- please do not simply email directly. Keeping the
correspondence on-list means that everyone and the archives will see the
correction, below.
> Thank You for Your solution, but it won't work, error I get with
>
> my $Actor = $self->TicketObj->Requestors->First;
>
> is
> [Thu Nov 21 20:11:11 2013] [error]: Scrip 14 Commit failed:
> RT::Group::First Unimplemented in RT::Action::UserDefined. ((eval 535)
> line 1)
Sorry, braino on my part:
$self->TicketObj->Requestors->UserMembersObj->First;
- Alex
More information about the rt-users
mailing list