Hyperlinking to Siebel Employee Relationship Management Views
You can also use this command to hyperlink to Siebel Employee Relationship Management views.
The syntax is the following:
<A href=JavaScript:SWEPersonalizationGotoview('My+View
+Name');>
or
<A href=JavaScript:SWEPersonalizationGotoview('My+View
+Name','&SWEmyExtra1=true&SWEMyExtra2=false');>
Make sure there are no spaces:
Between the two argument quotes and the comma separating them.
In the myExtra parameters.
The ampersand for the first myExtra parameter is optional. You can also use the following syntax:
<A href=JavaScript:SWEPersonalizationGotoview('My+View
+Name','SWEmyExtra1=true&SWEMyExtra2=false');>
There is no dup argument checking mechanism. If your myExtra parameters contain an argument that SWE has already generated, undesired behavior might occur.