vtiger Forum Index vtiger
The Honest Open Source CRM
 

default assignment to group in a new ticket
Click here to go to the original topic

 
       vtiger Forum Index -> Usability & Themes - 5.0.3
Previous topic :: Next topic  
Author Message
stenoacc



Joined: 10 Mar 2008
Posts: 27

Posted: Thu Jun 05, 2008 1:51 pm    Post subject: default assignment to group in a new ticket  

I would kindly know how to change the default assignment to a group (team) instead of a user when I create a new Ticket in HelpDesk.
How to change the "radio button" (speaking in programmers language)

I've looked for into forum but I didn't find a specific answer

Thanks to whom want help me

PS: I'm sorry for my not so good English
Back to top  
bwilliams



Joined: 26 Jun 2008
Posts: 11

Posted: Sat Jun 28, 2008 2:16 am    Post subject: Re: default assignment to group in a new ticket  

I would like to know how as well as I am interested in assigning an invoice to a particular group rather than the user.

Thanks in advance
Back to top  
bwilliams



Joined: 26 Jun 2008
Posts: 11

Posted: Wed Jul 02, 2008 1:52 am    Post subject: Re: default assignment to group in a new ticket  

Has anyone tried this. I see so many topics with so many reads but no replies.

tap tap tap *the microphone*

"Is this thing on?"
Back to top  
pavani



Joined: 03 Sep 2007
Posts: 48

Posted: Wed Jul 02, 2008 5:50 am    Post subject: Re: default assignment to group in a new ticket  

Hi,

Here is the change to assign a record to a group by default.

In Smarty/templates/DisplayFields.tpl
In condition $uitype eq 53

Replace,

{if $check eq 0}
{assign var=select_user value='checked'}
{assign var=style_user value='display:block'}
{assign var=style_group value='display:none'}
{else}
{assign var=select_group value='checked'}
{assign var=style_user value='display:none'}
{assign var=style_group value='display:block'}
{/if}


With,

{if $check neq 0}
{assign var=select_user value='checked'}
{assign var=style_user value='display:block'}
{assign var=style_group value='display:none'}
{else}
{assign var=select_group value='checked'}
{assign var=style_user value='display:none'}
{assign var=style_group value='display:block'}
{/if}
Back to top  
bwilliams



Joined: 26 Jun 2008
Posts: 11

Posted: Wed Jul 02, 2008 11:23 am    Post subject: Re: default assignment to group in a new ticket  

Excellent - Thanks it worked
Back to top  
 
       vtiger Forum Index -> Usability & Themes - 5.0.3
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group