Carl Hicks

Results 76 comments of Carl Hicks

The best way is to open a pull request! That way you get credit for the changes and myself or David can merge them super easy. Also, let me know...

No worries, we're all busy :) I'll take a look at your code in the next few days. Thanks for the pull request!

Hrm... looks like it's choking on resolving an association to the Contacts module. Check that the relationships to Contacts are all okay in Sugar studio.

Yeah, there's no REAL straightforward way to do this, but this is what I've used in the past: ``` SugarCRM.connection.get_entry_list( "Contacts", "contacts.id IN (SELECT bean_id FROM email_addr_bean_rel eabr JOIN email_addresses...

Yep, I was going to add a conditional finder based on the email_addresses relationship. I'll take care of it sometime this week, just wanted your thoughts!

Hah! NP. I'll get around to adding a find_by_email method to the gem one fo these days.

Nope, never got around to it. I'm interesting in accepting pull requests though :)

Ooof, thanks. Not sure if I'll ever fix this one but good to know!

So I haven't dug into this, but here's my best guess: We use the Sugar metadata to build dynamic finder methods (look here: https://github.com/chicks/sugarcrm/blob/master/lib/sugarcrm/finders/finder_methods.rb#L161). In 99% of the cases, the...