Page 1 of 1

4.6's custom start page - query string params available ?

Posted: Tue Jan 14, 2020 2:59 pm
by toddsou
Hi-

I'd like to show a custom start page that is defined differently per Profile. However, the custom start page is a global setting, not a Profile setting.

So with that in mind, is there something I can do to the custom start page URL itself such that I can provide to the remote server a hint of what content to display?

Ideally, I could define the URL as something like

Code: Select all

https://my.customcontentserver.com?spsProfileId={ProfileId}
...and SPS would auto-magically replace the {ProfileId} token with the user's currently selected Profile identifier.

What options do I have to accomplish something like this?

Thanks

Re: 4.6's custom start page - query string params available ?

Posted: Wed Jan 29, 2020 4:00 pm
by toddsou
....or is the current Profile available somehow via the IEnvICE interface from within the start page, itself ?