Results 1 to 4 of 4

Thread: Retrieve sugar id before save

  1. #1
    fedepia is offline Sugar Community Member
    Join Date
    Aug 2007
    Location
    Rosario, Argentina
    Posts
    104

    Default Retrieve sugar id before save

    hello people, how are you? i have a before save hook for Accounts module, and need to get the account id before save it.
    How can i do this? Any suggerence?
    Thanks!!

  2. #2
    Superman's Avatar
    Superman is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    Kazakhstan
    Posts
    852

    Default Re: Retrieve sugar id before save

    echo $bean->id;
    Farkhad Rakhimzhanov
    E-mail: farkhad@gmail.com
    Skype: rakikama

    SuperTimesheet and Invoicing — timesheet tool with invoicing for SugarCRM.
    Book time against Cases, Project Tasks and Projects.
    Create invoice regarding booked time, print it in PDF or HTML,
    customize template as you like.

  3. #3
    fedepia is offline Sugar Community Member
    Join Date
    Aug 2007
    Location
    Rosario, Argentina
    Posts
    104

    Default Re: Retrieve sugar id before save

    thanks a lot!

  4. #4
    smcnally is offline Member
    Join Date
    Jul 2005
    Posts
    17

    Default Re: Retrieve sugar id before save

    Quote Originally Posted by Superman
    echo $bean->id;

    I'm working with this method of retrieving the record id to no avail:

    I've tried:
    Code:
            $contact = new Contact();
    	$contact->first_name = @$_REQUEST['first_name'];
    	...
    	$contactid=echo $contact->id;
    and

    Code:
            $contact = new Contact();
    	$contact->first_name = @$_REQUEST['first_name'];
    	...
    	$contactid=$contact->id;
    neither return any value.

    I wonder what I'm doing incorrectly.

    thanks for your help

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HELP - Act import (field mapping)
    By smelamed in forum Help
    Replies: 32
    Last Post: 2010-12-15, 05:39 PM
  2. Sugar Open Source 4.5.1 GA Available For Download
    By jnassi in forum Announcements
    Replies: 0
    Last Post: 2007-02-01, 11:43 PM
  3. Sugar Open Source 3.5.0c Available for Download
    By jnassi in forum Announcements
    Replies: 0
    Last Post: 2005-08-27, 08:21 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
  •