I implemented the cloned connections solution quite some time ago, and it seemed to resolve the queue waiting issue. However, with recent product releases, the problem has returned. It looks like t...
Just starting a couple of days ago, SalesForce connections have been going offline. They use the refresh token method, and apparently the tokens are expiring. What would cause this to start occurri...
Your target endpoint's firewall, either on that system and/or it's network, would have a rule to allow connections from those IP's. It's something a network admin could determine. Ciao
Hello all, A suggestion to improve an error message. I have an import update step in a flow that was finding duplicate records and, as expected, threw an error. The message is as follows: "Mu...
Thank you! I did find a script--batch file using "netsh advfirewall firewall add rule". If anyone needs a csv list of the IPaaS ip's (as of 1/26/22), here you are: 23.22.248.166,52.1.127.16,52.4.19...
Hello, Is there not some subset of the IPaaS ip's I can use based on my USA location? You've got 40 ip's listed, and as far as I know, they have to be entered one at a time for Windows Firewall sco...
A major deficit from a developer's perspective is the lack of customizing available in the integrator app. I saw that we have now the ability to clone, and just was able to accomplish that. But is ...
How does the cloned integration differ in terms of customizing? Am I able to access the features that are locked down on the original app, for instance, Java hooks and transformations?
Thank you for you reply. I was not aware we were able to add record-specific error messages to the log. The try/catch will be a good tool for isolating what records encounter problems in the JavaSc...
Hello Abhinav, I ended up using a pre-map java function (hook) to reliably get a date in UTC, which NetSuite then converts on its own to it's local time zone. function main(options) { var theDate ...