Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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