Carl Hicks

Results 76 comments of Carl Hicks

Ahhh... I just realized that I opened a bug for this awhile back. Will track in a separate issue.

Hahahaha... No worries, I'm sure Jenny Gonsalves hates you now. :) But honestly they should be thanking you - a lot of people probably bang their head on this stuff...

Try this: ``` new_call = switchvox.request("switchvox.users.call", { "account_id" => 1106, "dial_first" => 301, "dial_second" => 800, "variables" => {"variable" => "balance=300"} }) ``` Or this: ``` new_call = switchvox.request("switchvox.users.call", {...

You might log a ticket with them asking for clarification, or a JSON Example. If you get that I can tell you how to make it work.

Any update on this? Just curious if you got anything back :)

Hey Kelvin, I totally forgot about this PR. Would you like push access to the repo so you can generate an updated gem?

Hrm, this is interesting... I just tested against SugarCRM 6.2 ce beta 4 and the account_id field was returned properly: ``` SugarCRM::Contact.first.account_id => "85fbc154-fc31-5a25-f777-4da26f5d9b2d" ``` Can you give me your...

I can confirm this behavior in 6.2.0b5. Retrieving the record via get_entry("Contacts", id) returns a value for account_id. Retrieving the record via get_entry_list does not.

Additionally, this confirms this is a bug related to get_entry_list: ``` SugarCRM::Contact.find("9031b66d-8d6e-ee41-e3ef-4dc0d2744c9a").account_id => "f12a695c-eeb3-4362-d662-4dc0d2df48c5" ```

I'm going to follow up with Roger, one of the Engineering Managers tomorrow to see if they want me to file a bug on this.