Results 1 to 2 of 2

Thread: Change default case priority from email

  1. #1
    jacoblogic is offline Junior Member
    Join Date
    Aug 2011
    Posts
    9

    Default Change default case priority from email

    Hi,

    im using using sugarcrm pro 6.2.1

    In studio i have added some new priorities to the dropdown in the cases module.
    i have then set the default value to a blank one and made the dropdown required.

    when i go to cases and create a new one this works as expected. however for new cases created from the emails module all cases get a default priority of 'High' when i would like them to default to blank.

    I could not find anything in the inbound emails section.

    can anyone point me in the direction of where it is in the code so that i can modify it. or alternatively where in sugar/what i am doing wrong.

    Regards

  2. #2
    jacoblogic is offline Junior Member
    Join Date
    Aug 2011
    Posts
    9

    Default Re: Change default case priority from email

    [Resolved]

    For anyone interested in doing this I found a non-upgrade safe way of doing this.

    in the file [sugar]\modules\InboundEmail\InboundEmail.php

    inside function handleCreateCase
    $c->priority = 'P1'; ~ line 2819

    change the P1 to another number eg P2 = Medium, P3 = Low, P0 = -blank-

    Cheers,

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. outlook plugin case and priority options
    By Amien in forum SugarExchange Providers Forum
    Replies: 1
    Last Post: 2011-10-11, 02:16 AM
  2. Changing default case priority
    By REByers in forum Help
    Replies: 6
    Last Post: 2010-10-07, 02:08 PM
  3. Priority into the case created automatically?
    By domenico1983 in forum Help
    Replies: 2
    Last Post: 2008-09-18, 02:12 PM
  4. Setting priority field for a case via SOAP
    By egon1024 in forum Developer Help
    Replies: 2
    Last Post: 2008-02-13, 06:44 PM
  5. Replies: 3
    Last Post: 2005-06-22, 02:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •