[rt-users] Adding custom field to the Queue object thru initial data script (4.0.2)
Srikumar Nair
srikumarp at fb.com
Fri Oct 21 18:42:43 EDT 2011
I am trying to create a custom field on the Queue object with the initial data script, which has the following entry:
{
Name => 'Country',
Type => 'SelectSingle',
LookupType => 'RT::Queue',
Disabled => 0,
Queue => 0,
Description => 'Country information is used to identify country specific queues',
},
My assumption is specifying the LookupType as 'RT::Queue' will make it add it to the Queue object. But this gets added to the Ticket object.
How do I add custom field to the Queue object thru the initial data scripts?
Thanks
Srikumar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20111021/489860eb/attachment.htm>
More information about the rt-users
mailing list