



// The Profile
SC.ENVIRONMENT.PROFILE = {"contactloginid":"0","firstname":"","paymentterms":null,"phoneinfo":null,"middlename":"","vatregistration":null,"creditholdoverride":null,"lastname":"","internalid":"0","addressbook":null,"campaignsubscriptions":[],"stage":null,"isperson":null,"balance":null,"creditcards":null,"companyname":null,"name":null,"emailsubscribe":"F","creditlimit":null,"email":"","isLoggedIn":"F","isRecognized":"F","isGuest":"F","priceLevel":"5","subsidiary":"8","language":"en","currency":{"internalid":"1","symbol":"$","currencyname":"US Dollar","code":"USD","precision":2},"allowdropshipaddressremoval":false,"allowdropship":false,"restrictaccountedits":false,"porequired":false,"allowbulkorders":false,"allowbookingorders":false,"allowachpayments":false,"allowpricetoggle":false,"achinfo":false,"keepalive":false,"restrictshipaddresschanges":false,"creditstoppedall":false,"creditstoppedinvoice":false,"restrictsupersession":false,"restrictcreditcardaddremove":false,"allowbackorders":false,"accountid":"","shipmethods":[],"enforcebackorders":true,"primaryonly":false,"primarylocation":{"id":"25","name":"Jasper, IN"},"keepaliveinterval":0,"platform":"PRODUCTION"};

SC.SESSION = {
	currency: {"internalid":"1","symbol":"$","code":"USD","name":"US Dollar","currencyname":"US Dollar","isdefault":"T","symbolplacement":1}
,	language: {"name":"English (U.S.)","isdefault":"T","locale":"en_US","languagename":"English (U.S.)"}
,	priceLevel: "5"
,	touchpoints: {"logout":"/stens/logOut.ssp?logoff=T&ckabandon=E-2rR6yuAow3kK7F","customercenter":"https://www.stens.com/stens/my_account.ssp","serversync":"https://www.stens.com/app/site/backend/syncidentity.nl?c=618898&n=2&chrole=17&ck=E-2rR6yuAow3kK7F&cktime=175788","viewcart":"/stens/goToCart.ssp","login":"/stens/checkout.ssp?is=login&login=T","welcome":"/s.nl","checkout":"/stens/checkout.ssp?is=checkout","continueshopping":"/","home":"https://www.stens.com","register":"/stens/checkout.ssp?is=register&login=T&reset=T&newcust=T"}
};

SC.ENVIRONMENT.permissions = {"transactions":{"tranCashSale":0,"tranCustCred":0,"tranCustDep":0,"tranCustPymt":0,"tranStatement":0,"tranCustInvc":0,"tranItemShip":0,"tranSalesOrd":0,"tranEstimate":0,"tranRtnAuth":0,"tranDepAppl":0,"tranSalesOrdFulfill":0,"tranFind":0,"tranPurchases":0,"tranPurchasesReturns":0},"lists":{"regtAcctRec":0,"regtNonPosting":0,"listCase":0,"listContact":0,"listCustJob":0,"listCompany":0,"listIssue":0,"listCustProfile":0,"listExport":0,"listFind":0,"listCrmMessage":0}};

// Cases configuration

	SC.ENVIRONMENT.CASES_CONFIG = {"defaultValues":{"statusStart":{"id":"1"},"statusClose":{"id":"5"},"origin":{"id":"-5"}}};


//ProductList
SC.ENVIRONMENT.PRODUCTLIST_ENABLED = true;

if (SC.PROFILE_PROMISE)
{
	SC.PROFILE_PROMISE.resolve(SC.ENVIRONMENT.PROFILE);
}

SC.ENVIRONMENT.published = {};

