Results 1 to 5 of 5

Thread: How data is inserted in sugarCRM?

  1. #1
    himanshu.aec is offline Junior Member
    Join Date
    Oct 2008
    Posts
    3

    Default How data is inserted in sugarCRM?

    Hi
    I would like to know how data is inserted in database? I mean where the insert query took place? I am working on sugarCRM but not able to figure out the insert query. Can you help me?

    Thanks in advance

  2. #2
    tyagiakhil is offline Sugar Community Member
    Join Date
    Nov 2007
    Posts
    52

    Thumbs up Re: How data is inserted in sugarCRM?

    Look at this file

    sugar root/data/SugarBean.php

  3. #3
    himanshu.aec is offline Junior Member
    Join Date
    Oct 2008
    Posts
    3

    Thumbs up Re: How data is inserted in sugarCRM?

    Thanks Akhil
    I 've gone through sugarbean.php and there I found query like "$query = "INSERT into ";
    Is this the query? If yes, then kindly explain me how is this working? or kindly tell me the query also.

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: How data is inserted in sugarCRM?

    Hi himanshu.aec

    The query to insert data into some table is located into function save();

    Look for the line:

    PHP Code:
    $this->db->query($querytrue); 
    Into save function.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  5. #5
    himanshu.aec is offline Junior Member
    Join Date
    Oct 2008
    Posts
    3

    Thumbs up Re: How data is inserted in sugarCRM?

    Thanks Sir
    Got it. I would like to know the delete, update and select query also.


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Inbound Email AutoReply Cancelled
    By jstevensr in forum Help
    Replies: 3
    Last Post: 2006-12-19, 12:43 PM
  2. Replies: 61
    Last Post: 2006-10-22, 08:40 AM
  3. Replies: 2
    Last Post: 2006-08-09, 11:20 AM
  4. Cron - Sugar Log Error
    By aguerrave in forum Help
    Replies: 9
    Last Post: 2006-05-10, 10:57 AM
  5. Very Vauge Error Sending Mail
    By vidtechsteve in forum General Discussion
    Replies: 37
    Last Post: 2006-01-03, 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
  •