hi guys..
i was trying to add a button at the first page of "Service". the code is as
follow
<Areas>
<Home code="home">
<NavBarItem Icon="/_imgs/ico_18_debug.gif" Title="ISV Test 1"
Url="http://www.msn.com" Id="navIsv1"/>
</Home>
<Workplace code="workplace"/>
<Sales code="sfa"/>
<Service code="cs">
<NavBarItem Icon="/_imgs/ico_18_debug.gif" Title="ISV Test 1"
Url="http://www.msn.com" Id="navIsv1"/>
</Service>
<Reports code="reports"/>
</Areas>
In the Home page, the new botton is fine showing up. but i don't know why i
can not see the botton in the Service page. I would like to create a link
with the Sales Literature in Sales to view all the literature in the Service
module. Does anyone get the idea how to complete it?
another quick question is what does the "PassParams="1" WinParams=""
WinMode="1" " the two paramaters mean?
many thanks