mchambers Posted September 21, 2014 Share Posted September 21, 2014 I have a client that is accessing MC (Macrom Central) by first logging into their SF (SalesForce) account. The SF integration presents a MC tab that with SSO (Single Sign On) takes them directly to MC. MC is configured so that once logged in it takes the user directly to the catalog page. The SF integration does not allow for going to anything but the home page. Can code be put into the Home Page portal setting that will redirect to the catalog page? Link to comment Share on other sites More sharing options...
ThomasLewis Posted September 24, 2014 Share Posted September 24, 2014 I had the same issue. You can add a JavaScript redirect to the Home Page custom text. <script type="text/javascript"> window.location = 'https://marcomcentral.app.pti.com/*****/*****/catalog.aspx?uigroup_id=*****'; </script> Replace the asterisks with your store info. Link to comment Share on other sites More sharing options...
mchambers Posted September 24, 2014 Author Share Posted September 24, 2014 It works very well. Thank you very much Thomas! Link to comment Share on other sites More sharing options...
Recommended Posts