On Tue, 5 Oct 2004 08:10:48 -0700, Daemon Behr <[EMAIL PROTECTED]> wrote:
>  
>  
> 
> Is there any way to limit the customers access to queues when creating a new
> ticket? 
> 
>   
> 
> âUsing otrs 1.2.4 win32 
> 

Yes, place the following in Kernel/Config.pm


#CustomerPanelOwnSelection
#(If this is in use, "just this selection is valid" for the CustomMessage.)
    $Self->{CustomerPanelOwnSelection} = { 
        # QueueID => String
        '1' => 'First Queue!',
        '2' => 'Second Queue!',
    };

Where the number is the physical queue id and the name is the queue
name that corresponds with the queue id.  When you put this in place,
only those defined queues will be available to the user in the cpanel.

Hth,

Tyler
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to