Results 1 to 4 of 4

Thread: Cases Subject Field

  1. #1
    shawncooper is offline Sugar Community Member
    Join Date
    Jan 2008
    Posts
    18

    Default Cases Subject Field

    Hi
    I have created a list in my crm with a list of subject, how do i get the subject field in the cases editview to populate with this list?
    thanks

  2. #2
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Cases Subject Field

    I presume you have created a custom drop down field in the Cases Module (it wasn't clear from your post)

    Simply goto admin>studio>cases>editview and drag your custom field to the left hand column ... then save

  3. #3
    shawncooper is offline Sugar Community Member
    Join Date
    Jan 2008
    Posts
    18

    Default Re: Cases Subject Field

    But how do i link it to the name field of the database ?

  4. #4
    shawncooper is offline Sugar Community Member
    Join Date
    Jan 2008
    Posts
    18

    Default Re: Cases Subject Field

    made the following adjustments to editview.php in /SUGAR/custom/modules/Cases/metadata

    5 =>
    array (
    0 =>
    array (
    'name' => 'name',
    'label' => 'LBL_SUBJECT',
    'type' => 'enum',
    'options' => 'apec_subject_list',
    ),
    ),

    jt just gives me a blank drop down box though

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Making Changes to Subject (name) Field
    By SilenceIT in forum Developer Help
    Replies: 5
    Last Post: 2009-04-16, 07:16 PM
  2. Searching Cases by Subject (AND,OR)
    By chrislynch8 in forum Help
    Replies: 9
    Last Post: 2009-04-15, 08:36 AM
  3. Replies: 2
    Last Post: 2008-12-18, 09:31 PM
  4. Problem with unicode characters in Subject field
    By athan00 in forum General Discussion
    Replies: 3
    Last Post: 2008-10-13, 10:00 AM

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
  •