Results 1 to 4 of 4

Thread: custom field in Sugar OS 4.0 error!

  1. #1
    bennn is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    64

    Default custom field in Sugar OS 4.0 error!

    I've added new custom field in module Documents by 'add new custom field' in Field Layout in Admin area to module Document, Its behavior seems right in EditView, but when I select this custom field from 'Sugar Field' to add to DetailView, It disappear!!! (Custom Field Label still alive but the right(data) disappear!)

  2. #2
    dcharman is offline Junior Member
    Join Date
    Dec 2005
    Posts
    2

    Default Re: custom field in Sugar OS 4.0 error!

    Glad to see someone else had the same issue and its not just me. I tried to add a "customer number/ account number" field and encountered the same issue.

  3. #3
    gsadmin is offline Sugar Community Member
    Join Date
    Aug 2005
    Posts
    33

    Default Re: custom field in Sugar OS 4.0 error!

    Either of you guys figure this out?
    I need help on the same thing.

  4. #4
    y2chuck is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    84

    Default Re: custom field in Sugar OS 4.0 error!

    I had this issue with a couple modules in 3.5.1. The fix is to check the /modules/documents/editview.php and /modules/documents/detailview.php files for the line:


    // adding custom fields
    require_once('modules/DynamicFields/templates/Files/DetailView.php');

    If it's missing (which I suspect it is) you should insert it after the line:

    $xtpl->assign("NAME", $focus->name);

    More details in this thread: http://www.sugarcrm.com/forums/showthread.php?t=6608

Thread Information

Users Browsing this Thread

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

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
  •