Dani
Dani
I've been poking at this, and I found a way to make it work. However, it feels _wrong_, so I'm hesitant to consider this addressed. The following does successfully work...
Yeah ... I agree this isn't ideal, but it's the only thing I've managed to make work. I've tried (unsuccessfully) to replace various other nodes up the tree. Unfortunately, I'm...
Yeah, I vaguely recall running into similar problems when trying to clone various parent-ish notes and replacing them. The only workaround I've found so far is what I posted. It...
I'm happy to look into it when I have a free moment - it looks like that facilitates retrieving related beans from other modules at the same time that you...
I've updated the library to include support for that argument to get_entry_list. Sample usage would look something like this: ``` # `S` is a connection to my Sugar Instance C...
It should work passably - it's worth mentioning that it doesn't actually create SugarEntry instances for the related beans, in large part because there's not presently a look up from...
I'll take a look ... You're probably right about the max results and favorites fields. The library has kind of been implemented on an as-needed basis and I haven't run...
Can you try this both with the latest that's been accepted into the master branch, and also with what you can find on my fork? I believe this is addressed.
What version of SugarCRM are you using? On my system the responses to `get_entry_list` include a `total_count` that is in string format, so it's being parsed from the string into...
I can't seem to prompt my system to return -1 for calls into that function, but I've removed the explicit base in the conversion to an integer in that line....