Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Cannot schedule a Call

  1. #1
    Veritascredit is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    27

    Default Cannot schedule a Call

    Just upgraded from 6.2.1 to 6.3.0CE

    Cannot schedule a new call. Seem as though the module is working in that we can access it fill it out, but when you go to save the call, immediately a dialogue box appears and reads...

    "This page is asking you to confirm that you want to leave - data you have entered may not be saved."

    i have tried disabling the Ajax feature in the system settings but to no avail.

    Does anyone have any ideas on this, we also cannot access any subpanels, not sure if this is related or not. All other activities seem to be working properly.

    Thank you for any suggestions!

    Glen

  2. #2
    Veritascredit is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    27

    Default Re: Cannot schedule a Call

    To further clarify my originally post above.

    We have Disabled all Ajax UI features hoping that this would solve the issue but no luck, this did however address the symptoms of our subpanels not working.

    Anyways the "Save" button in the calls module is not working properly, ti seems as though Sugar does not view the save button as the save button and so when you select save Sugar tries to complete a different action. This happens even if all the required fields are NOT completed.

    Now when create a call in the subpanel in the quick create view the everything works properly other than the fact that the date and time field do not display properly.

    also in the calendar module we can go into an existing scheduled call modify it and save it as well as create a new call.

    I'm not a programer of any sorts but my hunch is that in the code however it is written that the "save" button value is equal to something other than save.

    Does anyone know the directory path where i might be able to look this up to confirm my suspicions?

    Thank you for your guidance!

    Glen

  3. #3
    yurikuzn is offline Sugar Community Member
    Join Date
    Oct 2011
    Location
    Ukraine, Chernivtsi
    Posts
    16

    Default Re: Cannot schedule a Call

    Quote Originally Posted by Veritascredit View Post
    To further clarify my originally post above.

    We have Disabled all Ajax UI features hoping that this would solve the issue but no luck, this did however address the symptoms of our subpanels not working.

    Anyways the "Save" button in the calls module is not working properly, ti seems as though Sugar does not view the save button as the save button and so when you select save Sugar tries to complete a different action. This happens even if all the required fields are NOT completed.

    Now when create a call in the subpanel in the quick create view the everything works properly other than the fact that the date and time field do not display properly.

    also in the calendar module we can go into an existing scheduled call modify it and save it as well as create a new call.

    I'm not a programer of any sorts but my hunch is that in the code however it is written that the "save" button value is equal to something other than save.

    Does anyone know the directory path where i might be able to look this up to confirm my suspicions?

    Thank you for your guidance!

    Glen
    Hi

    Take a look to console in Chrome browser (Ctrl+shift+J, F12). Maybe some javascript errors occur.

  4. #4
    Veritascredit is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    27

    Default Re: Cannot schedule a Call

    The following is what i found in the chrome browser console. The error does appear to relate to the save action in the calls module.

    This is the error:
    Uncaught ReferenceError: fill_invitees is not defined

    This is the code from line 597 from the Call module

    <input title="Save [Alt+S]" accessKey="S" class="button" onclick="fill_invitees();this.form.action.value='S ave'; this.form.return_action.value='DetailView'; return check_form('EditView') && isValidDuration();" type="submit" name="button" value="Save">

    index.php:597 Uncaught ReferenceError: fill_invitees is not defined


    Would someone be willing to verify what this line of code should read if it is inaccurate.

    I'm really hoping this is the issue,

    Thanks again,

    Glen

  5. #5
    eitrix's Avatar
    eitrix is offline Sugar Community Member
    Join Date
    Aug 2010
    Location
    Serbia
    Posts
    396

    Default Re: Cannot schedule a Call

    check if there is file jsclass_scheduler.js in modules/meetings

    and in calls editviewdefs.php/quickcreatedefs.php you have

    PHP Code:
    'javascript' => '<script type="text/javascript">{$JSON_CONFIG_JAVASCRIPT}</script>
    <script type="text/javascript" src="include/javascript/jsclass_base.js?s={$SUGAR_VERSION}&c={$JS_CUSTOM_VERSION}"></script>
    <script type="text/javascript" src="include/javascript/jsclass_async.js?s={$SUGAR_VERSION}&c={$JS_CUSTOM_VERSION}"></script>
    <script type="text/javascript" src="modules/Meetings/jsclass_scheduler.js?s={$SUGAR_VERSION}&c={$JS_CUSTOM_VERSION}"></script>
    <script>toggle_portal_flag();function toggle_portal_flag()  {ldelim} {$TOGGLE_JS} {rdelim} 
    function formSubmitCheck(){ldelim}if(check_form(\'EditView\') && isValidDuration()){ldelim}document.EditView.submit();{rdelim}{rdelim}</script>'

    this line:

    <script type="text/javascript" src="modules/Meetings/jsclass_scheduler.js?s={$SUGAR_VERSION}&c={$JS_CUS TOM_VERSION}"></script>
    CRM Software Engineer
    Eontek - www.eontek.rs

  6. #6
    vladimirn is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    11

    Default Re: Cannot schedule a Call

    I have the same problem and i have that js file.
    WHat would be next step to solve it?

  7. #7
    Veritascredit is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    27

    Default Re: Cannot schedule a Call

    Double checked the following directory, Sugarcrm/modules/meetings...

    and the jsclass_cheduler.js file is present

    Tried looking up the calls module to find the .php files in the following directory, Sugarcrm/modules/calls...

    I could not find editviewdefs.php/quickcreatedefs.php.

    I think a maybe looking in the wrong directory? Can i have you confirm the directory path for the php files?


    Thanks again.

  8. #8
    bchabot is offline Junior Member
    Join Date
    Jan 2012
    Posts
    1

    Question Re: Cannot schedule a Call

    I'm seeing this in 6.3.1 with a fresh install.

    Any more details on this? Like, maybe detailed instructions on how to fix it?

  9. #9
    Veritascredit is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    27

    Default Re: Cannot schedule a Call

    Does anyone have any further suggestions on a possible fix for this bug?

  10. #10
    Veritascredit is offline Sugar Community Member
    Join Date
    Jul 2011
    Posts
    27

    Default Re: Cannot schedule a Call

    I found that if i use Google Chrome the time and date appear properly in the activities subpannel for a call log and I can save the call with no problems. The date and time are not displaying properly in Firefox 9.0.1 in the activiteis of the subpannel and you cannot save the a call there either.

    In the call Module though I still cannot use the save button in any Browser. when the save button is clicked it takes me to the search view of the Call module.
    Last edited by Veritascredit; 2012-01-23 at 06:39 PM.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2010-06-29, 08:55 AM
  2. Replies: 2
    Last Post: 2010-02-26, 04:09 PM
  3. Schedule Call for call Entry Only - Simpler Screen?
    By zeezhao in forum Developer Help
    Replies: 2
    Last Post: 2009-04-28, 02:14 PM
  4. Making "Schedule Call" easier for Call Entry
    By zeezhao in forum Feature Requests
    Replies: 0
    Last Post: 2009-04-24, 11:06 AM
  5. About Schedule call, help me
    By amour in forum Help
    Replies: 0
    Last Post: 2006-10-17, 06:52 AM

Tags for this Thread

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
  •