Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Getting error while getting exchange rate from this Api https://apikijangportal.bnm.gov.my/openapi
Hello, I am trying to post the currency exchange rates fetched from an API to Netsuite via the CSV file updation process, while I run the script using the API it gives me the following error, however, if I pass the response that API hard-coded, the rates are being updated fine. I have tried all the solutions but nothing seems to work as the NetSuite doesn't accept the API version.
{
type: "error.SuiteScriptError",
name: "SSS_INVALID_HOST_CERT",
message: "An untrusted, unsupported, or invalid certificate was found for this host.",
id: "",
stack: [
"Error\n at Object.execute (/SuiteScripts/_update_exchange_rate_ss.js:18:38)"
0