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

Discussions related to custom development with Select.
Post Reply
toddsou
Posts: 75
Joined: Wed Jul 25, 2012 9:39 am

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

Post 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
toddsou
Posts: 75
Joined: Wed Jul 25, 2012 9:39 am

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

Post by toddsou »

....or is the current Profile available somehow via the IEnvICE interface from within the start page, itself ?
Post Reply