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.
Removing IE=EmulateIE7 from top of SiteBuilder
In every page in SiteBuilder, NetSuite puts in a meta tag that really messes things up for Internet Explorer.
<meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible">
<script language='JavaScript' type='text/javascript'>window.status='Loading...';</script>
It sets the compatibility mode to IE7.
For Bootstrap, we have to add these few lines:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags must come first in the head -->
We set the compatibility mode to IE=edge