Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Custom Logoff Window for a specific Group View

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Custom Logoff Window for a specific Group View
 Login/Join
 
<dab448>
posted
We are using WebFOCUS 7.6.4 and are trying to design a custom Logoff Window for a specific Group View. We found the document WebFOCUS/iWay New Features > New Features Version 7 Release 6.4 > Dashboard Enhancements > Customizing the Logoff Window for Specific Views which sounds like what we want. However, Step 3 states
"Click the down arrow to the left of Redirects located in the lower left corner of the View Settings dialog box. The Redirects area of the dialog box appears.”
I cannot locate the Redirects object. Does anyone know where the object is or does anyone have a simple clear example of code that shows how to do this? If you’re not using WebFOCUS76\worp\conf bid-conf.xml please let me know.
Thanks

This message has been edited. Last edited by: Kerry,
 
Report This Post
Member
posted Hide Post
Hi,
If you select a group view or public view in the Dashboard Viewbuilder and you select Edit Settings
You should see the Redirects option underneath the User Links section. If you are not seeing this I would suggest that you open a case with Technical Support so that this can be investigated further.
Regards,
Monica
 
Posts: 20 | Registered: October 09, 2008Report This Post
Platinum Member
posted Hide Post
hi dab,

does this help?

 

Redirect after logoff.

Change in bid-config.

  <response-redirect request-context="logoff-success">
    <context-redirect url="&REDIRECT;" hrefs-per-row="5">
      <href src="&MPV;" text="mpvHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&GBV;" text="gbvHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&LOGIN;" text="loginHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&INDEX;" text="indexHREFTextShort" context-asset="true" localize-text="true"/>
    </context-redirect>
  </response-redirect>

into 

  <response-redirect request-context="logoff-success">
   <!--
    <context-redirect url="&REDIRECT;" hrefs-per-row="5">
      <href src="&MPV;" text="mpvHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&GBV;" text="gbvHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&LOGIN;" text="loginHREFTextShort" context-asset="true" localize-text="true"/>
      <href src="&INDEX;" text="indexHREFTextShort" context-asset="true" localize-text="true"/>
    </context-redirect>
   -->
   <x-redirect url="http://www.randstad.be"/>
  </response-redirect>




D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

 
Posts: 206 | Registered: February 25, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Custom Logoff Window for a specific Group View

Copyright © 1996-2020 Information Builders