Chris Gunther
Chris Gunther
I would agree @gsomoza hit the same issue in #660, but I think that's unrelated to the original issue reported by @gangadhar01a which @gsomoza confirmed back in May then I...
Digging further into this, I'm pretty sure I quoted the wrong output line before, this is where setting the root password is skipped when the instance name is "default" on...
I think I fixed my problem, but unrelated to your recent fixes. Digging further into this, I think my trouble was that at least on Ubuntu 18.04/MySQL 5.7, the root...
Not sure why so many CI checks were cancelled, but the few that failed I believe are due to a change in the recently released Savon 2.13, but I haven't...
This may be why we're seeing failures with savon v2.13.0: https://github.com/savonrb/savon/pull/943#issuecomment-1213163418
Gotcha, I think I see what you're going for better now. Took a stab at that in #556.
I think there's still value in this PR separately from #405 to handle any kind of error returned, not just insufficient permission. I also think this would be valuable to...
Speaking mainly from the search scenario I provided above, exceptions would be fine. In my case, I'm throwing an exception anyway when the search returns false, so having the gem...
I hit a similar problem on my integration, though not via a saved search, just a basic search through the API. Searching invoices, [TransactionSearchRowBasic](https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2020_2/schema/search/transactionsearchrowbasic.html?mode=package) has a field `closeDate`, however [Invoice](https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2020_2/schema/record/invoice.html)...
I'd agree, this is predominantly addressed by 676a618.