I've turned on the ISVIntegration switch in web.config to "Web." I'm
attempting to display a Sharepoint server page in the right-hand pane and
expect to do this by adding a tab/link in the left-hand pane. I assume that
this is the "Areas" section of isv.config.
The problem is that even with the ISVIntegration switched on, the only
indication that things are working is that I get the custom menu item that is
listed in the CustomeMenus section. None of the other sections appear in the
GUI. I don't see any additions to the left-hand pane or to the navigation
buttons.
How is it that one section works and the others don't?
|
|
0
|
|
|
|
Reply
|
Utf
|
2/14/2006 6:33:27 PM |
|
David;
I think the step you are missing is to make changes to the site map for the
installation. If you have the SDK or access to msdn, read up on customizing
the site map. Essentially, you go into CRM, export customizations and
export just the Site Map object. the site map is a xml file that defines
the navigation bar at the left - you can add your custom pages there. Once
you have edited the file, you import the updated site map and your UI will
look like you expect it to.
here's a primer...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/CrmSdk3_0/htm/v3d0navigationconfiguration.asp
Dave
"David Meharg" <DavidMeharg@discussions.microsoft.com> wrote in message
news:44C673B5-48E7-40B5-AC6B-129E56E8A8A0@microsoft.com...
> I've turned on the ISVIntegration switch in web.config to "Web." I'm
> attempting to display a Sharepoint server page in the right-hand pane and
> expect to do this by adding a tab/link in the left-hand pane. I assume
> that
> this is the "Areas" section of isv.config.
>
> The problem is that even with the ISVIntegration switched on, the only
> indication that things are working is that I get the custom menu item that
> is
> listed in the CustomeMenus section. None of the other sections appear in
> the
> GUI. I don't see any additions to the left-hand pane or to the navigation
> buttons.
>
> How is it that one section works and the others don't?
|
|
0
|
|
|
|
Reply
|
Dave
|
2/15/2006 12:57:12 AM
|
|