<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>I am trying to create a custom field on the Queue object with the initial data script, which has the following entry:</div>
<div><br>
</div>
<div>
<div>    {</div>
<div>        Name        => 'Country',</div>
<div>        Type        => 'SelectSingle',</div>
<div>        LookupType  => 'RT::Queue', </div>
<div>        Disabled    => 0,</div>
<div>        Queue       => 0,</div>
<div>        Description => 'Country information is used to identify country specific queues',</div>
<div>    },</div>
</div>
<div><br>
</div>
<div>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.</div>
<div>How do I add custom field to the Queue object thru the initial data scripts?</div>
<div><br>
</div>
<div>Thanks</div>
<div>Srikumar</div>
<div><br>
</div>
</body>
</html>