Anyone using boomi figure out a way to get the act...
# integrations
c
Anyone using boomi figure out a way to get the actual NetSuite upsert response back? I need the external ID and the internal ID from the response; but I can only see the internal ID. 😕 So far no help from boomi support. StackOverflow post
j
you might have to do a get, or unbatch your imports. Both hurt performance, so the other alternative would be to do an internal + external ID saved search after your integration process completes and loop through the results, updating where you need to
c
Ugh, not what I was hoping to hear... 😞 It's so weird that they build that defect into boomi. I have not seen any other integration tools that break the responses from other systems. 😕 Thanks, for the confirmation, though. 🙂
j
well take it with a grain of salt. Boomi has some weird abstractions so it might be possible to trick it into giving the full response somehow (not sure if you can edit the response xml schema?)
and you're using the latest version of the API, yeah?
c
yeah, the latest just appears last month, so I'm using it. I did manage to get them to admit that this is a defect. So maybe their priority fix will actually happen soon. 🙂
j
it's such a bizarre change for them to make. I mean, what possible reason can they have for doing it?
👍 1
c
I completely agree... It makes no sense.