Discussions
Our service partner for bank feeds integration in U.S. and Canada will undergo four (4) hours of planned maintenance on April 13 - 14, 2025.
Please be advised that our authorized Account Information Service Provider for the NetSuite Bank Feeds SuiteApp will undergo approximately four hours planned outage. Standard maintenance will take place to perform a database upgrade.
The schedule of the planned outage is on Sunday, 13 April 2025, from 11:00 p.m. Pacific Daylight Time (UTC – 7) to 3:00 a.m. Pacific Daylight Time (UTC – 7), Monday, 14 April 2025.
During the maintenance window, all connections and import requests to your financial institutions in the United States and Canada through the Bank Feeds SuiteApp will be unavailable. If you try to connect a new U.S. or Canada financial institution to NetSuite or manually initiate an import request, you will receive an error message.
To view the most recent bank feeds maintenance schedule, see Bank Feeds SuiteApp Maintenance Schedule, SuiteAnswers ID 94347.
SCA|what is the use of DomainMap?
Hi Guys,
Good Morning!
I have encountered a piece of code on the SuiteCommerceAdvance website.
Here is the code: -
getData: function(){
debugger;
var self = this;
console.log('typeof DomainMap-621',typeof DomainMap);
if(typeof DomainMap == 'undefined' && this.data.isConfigurator == true){
console.log('cdn files not loaded-600');
setTimeout(function(){
self.render();
},700);
}else{
console.log('cdn files loaded-605');
console.log("this.data-606",this.data);
return this.data;
}
},
In one of our SCA projects, we are encountering an issue with the DomainMap value in the logs for a new domain built on SCA version 23.1. We have used same Website Setup record, Configuration record in to this domain from the currenlty live domain which is build using 18.2 verison of SCA. However, the new domain shows DomainMap as undefined, causing the code to enter the