Hello,
I am trying to achieve the following
portal A
has login with an extra field on the login window (let’s suppose its a boolean field called isModeB
portal B
Normal login window
logic
from portal A login window,
if user toggles isModeB to true, upon login it would actually login to portal B
the idea is a single user is assigned to both portals in the crm but from the main portal they can choose to login to the other instead of having to go to portalB url.
Alternatively, I would be ok if I could just put a link on portalA login window (ie. To login to portalB click here) and that link would take them to the other portal url.
Questions :
What scripts control these things ? I’m assuming from the portal login script I can somehow determine what portal it’s loading and put appropriate logic in there ? This must be already done to some extent because we can specify a different logo for each portal we create in crm GUI.
I don’t need a full example just someone please point me in the right direction.
thank you in advance.
I am trying to achieve the following
portal A
has login with an extra field on the login window (let’s suppose its a boolean field called isModeB
portal B
Normal login window
logic
from portal A login window,
if user toggles isModeB to true, upon login it would actually login to portal B
the idea is a single user is assigned to both portals in the crm but from the main portal they can choose to login to the other instead of having to go to portalB url.
Alternatively, I would be ok if I could just put a link on portalA login window (ie. To login to portalB click here) and that link would take them to the other portal url.
Questions :
What scripts control these things ? I’m assuming from the portal login script I can somehow determine what portal it’s loading and put appropriate logic in there ? This must be already done to some extent because we can specify a different logo for each portal we create in crm GUI.
I don’t need a full example just someone please point me in the right direction.
thank you in advance.
Comment