MyInboxLaunch.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ps
  5. (C) Copyright IBM Corp. 2005, 2021
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <launchComponent name="MyInbox" launchType="form" URLStructure="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="cognoslaunch.xsd">
  13. <!-- Describe how to constuct the URL that is to be launched -->
  14. <!-- Address consists of the gateway and the URL (from the launchComponent node) -->
  15. <!-- Parameters consists of one or more parameters that are provided after the '?' in the URL -->
  16. <!-- The <parameters> node requiresValue attribute, when specified, checks a value exists (not space) and will add the parameters to the URL. -->
  17. <URLStructure>
  18. <uriParam refparam="ui.gateway"/>
  19. <uriParam>/myinbox</uriParam>
  20. </URLStructure>
  21. <param name="ui.gateway" mandatory="true">
  22. <defaultValue forceDefault="true">
  23. <valueParamName>SCRIPT_NAME</valueParamName>
  24. </defaultValue>
  25. </param>
  26. <param name="ui.action" mandatory="true">
  27. <defaultValue>view</defaultValue>
  28. </param>
  29. <param name="ui.backURL" mandatory="false">
  30. <alias conditionParam="ui.action" conditionValue="view">backURL</alias>
  31. </param>
  32. <param name="b_action">
  33. <alias>temp.b_action</alias>
  34. </param>
  35. <param name="m">
  36. <alias>temp.m</alias>
  37. </param>
  38. </launchComponent>