How I can load 'Current Session ' Website Configur...
# suitecommerce
l
How I can load 'Current Session ' Website Configuration Record in SuiteScript? is there any Module available? OR is there any way to get the current domain name and site id?
m
Site id and path is contained in.
Copy code
container.getComponent("PageType").getContext()
I haven't found domain yet in my search of components. It took me a while to be able to find a path to be able to parse.