RE: App Designer not showing in Dynamics 365
Hello,
For version 8.2:
The 'My Apps' item in the main menu (SiteMap) points to this page:
https://organizationname.crm.dynamics.com/tools/AppModuleContainer/applandingtilepage.aspx
Here is the node you are missing from your SiteMap XML:
<Group Id="Application" ResourceId="Menu_Label_Application" DescriptionResourceId="Menu_Label_Application" ToolTipResourseId="Menu_Label_Application_ToolTip" IntroducedVersion="8.1.0.0">
<SubArea Id="nav_interactive_service_hub" ResourceId="Interactive_Service_Hub_SubArea_Title" DescriptionResourceId="Interactive_Service_Hub_SubArea_Description" ToolTipResourseId="Interactive_Service_Hub_SubArea_ToolTip" Icon="/_imgs/InteractiveServiceHub_32.png" Url="/engagementhub.aspx" AvailableOffline="false" IntroducedVersion="8.1.0.0" />
<SubArea Id="nav_app_modules" ResourceId="App_Modules_SubArea_Title" DescriptionResourceId="App_Modules_SubArea_Description" ToolTipResourseId="App_Modules_SubArea_ToolTip" Icon="/_imgs/AppModules_32x32.png" Url="/tools/AppModuleContainer/applandingtilepage.aspx" AvailableOffline="false" Client="Web" IntroducedVersion="8.1.0.0" />
</Group>
You could use the SiteMap editor from the XrmToolBox to restore this node.
For version 9.0:
The 'My Apps' item in the main menu (SiteMap) points to a WebResource named 'msdyn_appmanagementcontrol'
You could open this web resource directly to get the same page.
https://organizationname.crm.dynamics.com/WebResources/msdyn_appmanagementcontrol
Here is the node you are missing from your SiteMap XML:
<Group Id="Application" ResourceId="Menu_Label_Application" DescriptionResourceId="Menu_Label_Application" ToolTipResourseId="Menu_Label_Application_ToolTip" IntroducedVersion="8.1.0.0">
<SubArea Id="nav_app_modules" ResourceId="App_Modules_SubArea_Title" DescriptionResourceId="App_Modules_SubArea_Description" ToolTipResourseId="App_Modules_SubArea_ToolTip" Icon="/_imgs/AppModules_32x32.png" Url="$webresource:msdyn_appmanagementcontrol" AvailableOffline="false" Client="Web" IntroducedVersion="8.2.0.0" />
</Group>
You could use the SiteMap editor from the XrmToolBox to restore this node.