Results 1 to 2 of 2

Thread: ajax based javascript

  1. #1
    prasannagowri is offline Senior Member
    Join Date
    Apr 2009
    Posts
    52

    Default ajax based javascript

    hello,
    i am using ajax based javascript file with action of other page checkassign.php
    in the checkassign.php i am unable to fire query.while executing i am getting

    <b>Fatal error</b>: Call to a member function query() on a non-object in <b>/opt/lampp/htdocs/sugar51/modules/Contacts/checkassign.php</b> on line <b>298</b><br />

    this error,
    i am using sugar 5.1.0b

    i am new to sugar CRM

    can any one help me to resolve this issue,

  2. #2
    mangesh1757 is offline Sugar Community Member
    Join Date
    Jan 2010
    Location
    India
    Posts
    226

    Default Re: ajax based javascript

    Just a small description if that might help:

    Modify "entry_point_registry.php" at
    <root directory>\include\MVC\Controller\entry_point_regi stry.php

    I have created my_custom.php at root and added code in above file as,
    'my_custom' => array('file' => 'my_custom.php', 'auth' => true),

    Now when my_custom.php needs to be called, i have to pass "index.php?entryPoint=my_custom" so that my code gets executed within sugarcrm framework.

    Then define global db as,

    global $db;

    and then use sugar framework to your ease as for example,

    $query="this will content your sql query";
    $result=$db->query($query,true);

    Thanks.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help with AJAX/JavaScript quicksearch
    By stevec in forum Developer Help
    Replies: 19
    Last Post: 2010-11-19, 09:35 AM
  2. Possible AJAX bug(s)
    By stevec in forum Help
    Replies: 0
    Last Post: 2009-04-01, 03:13 PM
  3. Leads/Roles. Permission based access based on lead type.
    By kyhoop in forum General Discussion
    Replies: 2
    Last Post: 2008-08-18, 07:11 PM
  4. AJAX/JavaScript quicksearch in popup
    By sanjeev1225 in forum Developer Help
    Replies: 7
    Last Post: 2008-06-04, 07:48 PM
  5. ajax example?
    By hoang in forum Help
    Replies: 3
    Last Post: 2008-02-10, 08:23 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
  •