I am trying to define a custom attribute for queues, but I can't find 
what I'm doing wrong, maybe some of you can help me.

Here's my code:

my $at = RT::Attributes->NewItem($session{'CurrentUser'});
$at->Create(ObjectType => "RT::Queue", ObjectId => $QueueObj->Id, Name 
=> "Etc", Description => "Etc", Content => "Etc");

The requests fail with "Can't use string ("RT::Attributes") as a HASH 
ref while "strict refs" in use".

Thank you for your time.

Regards,
Carlos Silva
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to