This view displays only the folders and reports that users have selected on the Organize Favorites page (see viewmanager.csp). If users have an account, they can log on to the subscription view by clicking the Logon link in the ePortfolio header and filling in the logon form. Their account information, along with the settings they define, are retrieved in logon.csp. The LogonUser function in logon.csp detects registered users and calls the GetPersonalPage
function, which then redirects them to a personalized version of ePortfolio. For example:
GetPersonalPage = "available.csp
If users do not have an existing accountand the "Guest can create user" option has been enabled through the Crystal Management Console in your version of Crystal Enterprisethey can sign up as a new user. When they click the Sign up link in the header, they activate signup.csp. The account information that they enter into this page's sign
Note that if users click the Public link in the header and access the personal view, they can return to the subscription view by clicking the Favorites link. The Favorites link reloads available.csp
, passing in pageView=subscription as part of the query string:
available.csp
With the pageView
parameter set to 'subscription', navigational queries are based on the SI_ID of the user's favorites folder object. To get this SI_ID, see Query Language Reference.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |