Results 1 to 8 of 8

Thread: Creating Calls, Meetings for other Users

  1. #1
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Creating Calls, Meetings for other Users

    Hi,

    When I create a Call or a Meeting for another User in the CRM. The Call and Meeting will still show up in my Dashlet even though I have the My Calls and the My Meetings boxes ticked. To see only items that are assigned to me I have to then also select my username for the Assigned User box.

    To me this is not right. When I have My Calls or My Meetings ticked, I want to show only Calls and Meetings that are assigned to me? and not ones I create and assign to others.

    Rgds
    Chris
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

  2. #2
    ros.vol is offline Sugar Community Member
    Join Date
    Dec 2008
    Location
    Eastern Europe / Ukraine / Chernivtsi
    Posts
    114

    Smile Re: Creating Calls, Meetings for other Users

    Hello!

    You are quite right, but for this you should use dashlet settings among which select from assigned users yourself.


    If you create some Task or Call, you are probably responsible for this execution by assigned user - so it's just to be informed how this record going.


    Rostyslav Volonchuk

    SugarCRM development and customizations

  3. #3
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Creating Calls, Meetings for other Users

    When you create a meeting or call you are added to the invitees list automatically by default.

    To remove this functionality you will need to edit these files

    modules/Calls/CallFormBase.php and look for this line
    PHP Code:
    $focus->set_accept_status($current_user'accept'); 
    and comment it out or remove it

    then in the jssource/src_files/modules/Meetings/jsclass_scheduler.js find these lines
    PHP Code:
        if(typeof (GLOBAL_REGISTRY.focus.users_arr) == 'undefined' || GLOBAL_REGISTRY.focus.users_arr.length == 0) {
            
    GLOBAL_REGISTRY.focus.users_arr = [ GLOBAL_REGISTRY.current_user ];
        } 
    and comment them out or remove them and then finally in the
    modules/Meetings/MeetingFormBase.php and look for this line
    PHP Code:
    $focus->set_accept_status($current_user'accept'); 
    and comment it out or remove it

    You will then have to run a Admin->Repair->Rebuild JS Compressed Files and that should make it so that the person creating the meeting is not automatically joined to it.

    Make backups first just in case you need to put it back for some reason.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  4. #4
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Re: Creating Calls, Meetings for other Users

    Thanks for the reply, That is EXACTLY what I required. We have the CRM configured to allow the reception to log Missed Calls and set the Meetings up for the Consultants. THe receptionist has no need to access the meeting or see it, they only set them up and thats that.

    I will make your changes and see how they go.

    Rgds
    Chris
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

  5. #5
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Re: Creating Calls, Meetings for other Users

    Hi,

    I done this and its almost what I require. It still shows the meeting in my My Meetings, so I will have to go into the Dashlet and change that to assigned to me only, the My Items this doesn't do that for me for some reason.

    Rgds
    Chris
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

  6. #6
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Re: Creating Calls, Meetings for other Users

    Hi Just on this code fix. It doesn't remove me from the Invitee List. THe record will still show you in My Dashlets and in My Calender
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

  7. #7
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Re: Creating Calls, Meetings for other Users

    This code doesn't remove the user from teh invitee list, this is what I need to acheive

    Rgds
    Chris
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

  8. #8
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Re: Creating Calls, Meetings for other Users

    Thats working now with just one problem.

    When I am creating a Call or Meeting for myself I do not see my own Scheduler so therefore I may be double booking etc.

    This fix should only kick in if the user (modified_by or created_by) is different from the assigned to.

    Rgds
    Chris
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Why is there Users subpanel in Calls and Meetings
    By jim.thornton in forum Developer Help
    Replies: 3
    Last Post: 2009-07-15, 02:30 PM
  2. Replies: 0
    Last Post: 2008-06-13, 02:34 PM
  3. Replies: 1
    Last Post: 2006-10-10, 12:11 PM
  4. Checkboxes for Adding Users to Calls and Meetings
    By robbiea in forum Feature Requests
    Replies: 2
    Last Post: 2006-09-02, 09:10 PM
  5. Replies: 8
    Last Post: 2006-05-31, 09:26 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
  •