Results 1 to 5 of 5

Thread: Cases module missing 'Assigned to' field

  1. #1
    sbantz is offline Sugar Community Member
    Join Date
    Sep 2007
    Posts
    52

    Default Cases module missing 'Assigned to' field

    SugarCRM 5.0.0.B CE

    I am trying to customize the views of the Cases module. We recently upgraded from 4.5.1d to 5. We had an Assigned To field in the previous version, but it is gone in 5.0.0.b. If I go to the Studio and try to edit the views, it doesn't even show as a field I can drag over and drop on the List, Edit, Detail, etc. Is there a way to get this back? The other data is there, but I just don't have this field to put into the view.

    Thanks.
    Last edited by sbantz; 2008-03-20 at 02:57 PM.

  2. #2
    sbantz is offline Sugar Community Member
    Join Date
    Sep 2007
    Posts
    52

    Default Re: Cases module missing 'Assigned to' field

    I just don't get it. The 'assigned to' field shows up in List View and works fine. If I try to edit the detail and edit views, 'Assigned to' doesn't even show up in the Toolbox as a panel I can drag over to the layout. No one has ever seen this happen?

  3. #3
    ptemplin7 is offline Sugar Community Member
    Join Date
    Jun 2007
    Location
    Puget Sound Washington
    Posts
    380

    Default Re: Cases module missing 'Assigned to' field

    I suspect you have an upgrade problem. My guess is the filed is there you just can't see it.

    I would start by checking the Vardefs.php to see if the name has changed somewhere. Since you can see it in Listviews something was lost.

    Can you install 5.0b from scratch somewhere else (or install it to different DB name and directory, if make sure to use advanced in the install!) Once you have that you can compare files for the editview and detailview and try to find the issue.

    I made the mistake of deleting that field once and it is a bear to get back. Also check the label and see if its gone somewhere else!

    Good luck, Hope you figure it out. Paris

  4. #4
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Cases module missing 'Assigned to' field

    Check your metadata in editviewdefs.php, there should be a section

    Code:
      array (
        'priority',
        'assigned_user_name',
      ),
    if not the assigned user will not display.

    Check it in
    modules/cases/metadata (<- the original, should contain correct code)
    custom/modules/cases/metadata
    cutom/working/modules/cases/metadata

    You can even delete the last two files, so the orifinal layout will be restored.

  5. #5
    sbantz is offline Sugar Community Member
    Join Date
    Sep 2007
    Posts
    52

    Default Re: Cases module missing 'Assigned to' field

    Thanks for the tips. I am currently looking at the files you mentioned. I will post whether I was successful or not.

    Addendum:
    The original file had the proper code. I deleted the two metadata views and it reset to default again. I was able to recreate the views in Studio and the assigned user showed up as a pane I could drag and drop.

    Many thanks!
    Last edited by sbantz; 2008-03-24 at 03:45 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Module Builder
    By Olavo in forum Downloads
    Replies: 418
    Last Post: 2009-02-26, 06:36 AM
  2. Replies: 5
    Last Post: 2008-02-11, 02:50 PM
  3. Inconsistent Webservice Module Field Results...
    By KPope in forum Developer Help
    Replies: 1
    Last Post: 2007-11-08, 06:54 PM
  4. Cannot add custom field to custom module
    By longnv in forum Developer Help
    Replies: 0
    Last Post: 2007-03-10, 12:30 PM
  5. Replies: 0
    Last Post: 2006-06-21, 07:47 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
  •