Results 1 to 2 of 2

Thread: help with the bean

  1. #1
    kysho is offline Member
    Join Date
    Jan 2011
    Posts
    14

    Default help with the bean

    I am trying to figure out if the $bean has any data about a module that the current one is related to... for example.
    i have module A and B, they are related 1...*, so A can have many B. while i am in the detailview of A i can see the listview of B, i know that $bean has the data for the fields of A, but i cant figure out if it has anything about B, or how does $bean really work, i might/probably am confused.

    thanks

  2. #2
    robertbmirth is offline Sugar Community Member
    Join Date
    Jun 2010
    Location
    Irvine, CA
    Posts
    345

    Default Re: help with the bean

    One quick thing you can do to see all the information stored in the bean is, somewhere in a logic hook, put the line:
    PHP Code:
    $GLOBALS['log']->fatal(print_r($bean,true)); 
    Then, execute the logic hook (perform a save if its before/after_save, etc) and go to your sugarcrm.log in your base folder. Depending on what your log level is, there may or may not be a lot of useless information in here, but you'll find all the bean data in plain text form in there.

    I'm using fatal() in this case because its pretty much always visible, but its more correct to use info() or debug() and change your log settings to that level.

    Just a warning tho, its a lot of information.
    Robert Beckman
    Software Engineer
    Mirth Corporation

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Bean with relation? $bean->??
    By Klyn in forum Developer Help
    Replies: 1
    Last Post: 2010-11-09, 08:36 AM
  2. this->id vs. bean->id
    By ivit in forum Developer Help
    Replies: 5
    Last Post: 2009-12-08, 01:55 PM
  3. Reg Bean
    By aswath28 in forum Developer Help
    Replies: 1
    Last Post: 2008-10-20, 10:22 AM
  4. See what's in the bean
    By JVWay in forum Developer Help
    Replies: 2
    Last Post: 2008-07-30, 08:13 AM
  5. bean not found by id: (please HELP)
    By runisland in forum Downloads
    Replies: 0
    Last Post: 2006-06-02, 02:59 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
  •