Results 1 to 8 of 8

Thread: Meetings Module - Add Drop down data not displayed

  1. #1
    vaishjan is offline Sugar Community Member
    Join Date
    Apr 2006
    Posts
    30

    Default Meetings Module - Add Drop down data not displayed

    Hi,

    I am using Sugar version 4.2.0a, PHP5.0.4, Apache1.3, MySQL 5

    I created drop down using Admin, Dropdown Editor & gave input for Key & Value for the drop down.

    I tried to add the created drop down in the Meetings EditView, where the data in drop down not displayed.

    I did the same in other tabs (Eg.Accounts where the drop down value is displayed).

    Does anyone know why the same type of process dowes not work in Meetings but works in Accounts, Contacts etc.

    Any help is appreciated.

    Thnx & Rgds,
    Vaish

  2. #2
    viper007 is offline Member
    Join Date
    Mar 2006
    Posts
    7

    Default Re: Meetings Module - Add Drop down data not displayed

    i also having the same problem... any solution for this????

  3. #3
    viper007 is offline Member
    Join Date
    Mar 2006
    Posts
    7

    Default Re: Meetings Module - Add Drop down data not displayed

    any updates on tis problem???

  4. #4
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Meetings Module - Add Drop down data not displayed

    Hi

    I can not reproduce the issue. Any dropdown list works for the meeting module.

    How is your field displaying? Is the field there but nothing in the dropdown list, or no field is displayed?
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  5. #5
    viper007 is offline Member
    Join Date
    Mar 2006
    Posts
    7

    Default Re: Meetings Module - Add Drop down data not displayed

    hi... yes the field is there but no drop down.. i even edit the drop down but there its not displaying

    thanks for your help...

  6. #6
    viper007 is offline Member
    Join Date
    Mar 2006
    Posts
    7

    Default Re: Meetings Module - Add Drop down data not displayed

    any ppl can solve this?

  7. #7
    PackerOwner is offline Junior Member
    Join Date
    Aug 2006
    Posts
    3

    Default Re: Meetings Module - Add Drop down data not displayed

    I too am having this problem. Any help?

  8. #8
    PackerOwner is offline Junior Member
    Join Date
    Aug 2006
    Posts
    3

    Default Re: Meetings Module - Add Drop down data not displayed

    I found this in another link. Thanks KBRILL!

    Re: Drop Down custom field not populating on documents screen

    --------------------------------------------------------------------------------

    Your php files are missing many lines of code. Its a bug in 4.0 and has been submitted.

    Your editview.php seems to be missing this line. This is what renders your custom fields. Add it right above $xtpl->parse("main.open_source");


    Code:

    //Add Custom Fields
    require_once('modules/DynamicFields/templates/Files/EditView.php');


    and your detailview needs this again right above $xtpl->parse("main.open_source");


    Code:

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

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
  •