Results 1 to 3 of 3

Thread: Meeting list not showing added meeting status

  1. #1
    anantasaurabh is offline Junior Member
    Join Date
    Nov 2005
    Posts
    2

    Default Meeting list not showing added meeting status

    Hi,
    I added some more items to meeting_status_dom dropdown
    I then customized fieldlayout for meeting listview and added status column. Now i am having problem

    Only the predefined status are shown i.e. Planned Held and Not held are shown but my addition 'status 1' is not shown in listView[meetinglist].
    Edit and New shows all the staus including 'status 1'Can anyone help?
    Thanks in advance.

  2. #2
    anantasaurabh is offline Junior Member
    Join Date
    Nov 2005
    Posts
    2

    Default Re: Meeting list not showing added meeting status

    Ok i found the issue, I think it's a bug with sugar CRM not able to handle status or dropdown items in ListView and Detail view.
    add a line in Main class i

    n my case modules/meeting/Meetimg.php
    function get_list_view_data
    before return statement add
    $meeting_fields['STATUS']=$this->status;


    Explanation:
    $meeting_fields['STATUS'] //the vlaue parsed by template {meeting.status}
    thus set its value.

  3. #3
    juergen is offline Sugar Community Member
    Join Date
    Apr 2005
    Posts
    338

    Default Re: Meeting list not showing added meeting status

    Would love it, if SugarCRM puts this into 4.0

    Annnndyyyyyyy?????

    Juergen
    This space is for rent ;-)

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
  •