Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Partner Relationship Management (PRM)
- :
- Re: URL to view record if logged in, else portal l...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
URL to view record if logged in, else portal login page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-12-2010 10:39 AM
We want to have workflow that is sent to portal users with a link that reference the given record, "Click here to view something".
Ideally, if the user is already logged it it would take the user directly to the record, https://na3.salesforce.com/00650000009QXHC . The problem with this is that if a user is not logged in this URL will take the user to the normal login.salesforce.com page and they won't be able to login (I think).
If they aren't logged in they should be directed to the portal login that looks something like this: https://na3.salesforce.com/secur/login_portal.jsp?
Is this possible?
Thanks,
Jason
Re: URL to view record if logged in, else portal login page
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-12-2010 10:56 AM - last edited on 03-12-2010 10:57 AM
Ron Hess (http://twitter.com/vnehess/status/10384857689) recommened something like this:
https://na3.salesforce.com/secur/login_portal.jsp?
but it doesn't seem to work. Even if user is logged in it sends them back to the login page.
Re: URL to view record if logged in, else portal login page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-15-2010 04:53 AM
Hey
Just a stab in the dark, but I've had issues with those parameters being case sensitive before.. is there documentation that speaks of 'StartUrl'? I'd try some permutations..
Wes
Want to master the Force.com Platform? You need the Salesforce Handbook.
Re: URL to view record if logged in, else portal login page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-15-2010 08:35 AM
Lowercase startUrl sort of works, but it is still not the functionality I want. It takes the user to the login page (even if they are already logged in) and then once they login it will take them to the record.
What I would like the action to be is that if the user already has an active session they are taken straight to the URL without needing to login.

