
James K
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
Activity overview
Latest activity by James K-
James K created a post,
SalesForce Connections Offline
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...
-
James K commented,
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
-
James K created a post,
Error message improvement
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...
-
James K commented,
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...
-
James K commented,
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...
-
James K created a post,
Feature access for cloned Integration map
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 ...
-
James K commented,
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?
-
James K commented,
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...
-
James K commented,
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 ...
-
James K created a post,
Referencing data in JavaScript in filter
Hello Community, I need to filter based upon some more involved string parsing that is awkward for the point and click filter, but which JavaScript can handle easily. However, I cannot find example...