I am trying to change a default value in SC.Enviro...
# suitecommerce
b
I am trying to change a default value in SC.Environment. The default is set in SspLibraries/SuiteScript/Application.js. The value I need to pull is in my SC Configuration file, and is unique for every Micro Site. However I cannot seem to access the value in Application.js and always get back a blank value. Any hints at what I should be looking for? I have tried both: Configuration.get('micrositeSolution').sitePriceLevel and SC.Configuration.micrositeSolution.sitePriceLevel