Hi,
I'm trying to add the Phone call entity as a navigation item in the Workplace tab right below the Contacts. I managed to do this just fine by adding this code to the sitemap :
<SubArea Id="nav_phonecall" Entity="phonecall" />The problem here is that whenever I click on the phone call navigation item now, the view is exactly like the Activities view... It shows all my activities at first and gives me a dropdown to select different types of activities. The only way I can get this to work right is to modify the default view to filter on Phone Calls. Is this a bug or am I missing a piece of code in the sitemap?
Ivan