Focal Point
[SOLVED] Custom Logoff Window for a specific Group View

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4821058403

October 31, 2008, 02:20 PM
<dab448>
[SOLVED] Custom Logoff Window for a specific Group View
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,
November 05, 2008, 11:26 AM
MORPHEUS
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
November 06, 2008, 08:10 AM
Pete
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-