We would presume of which anyone with visitors by now features Spellchecker, truth check, grammar check, along with proper thoughts and opinions check in any case, and so getting that as part of anything over and above the e-mail program can be redundant. If you interested this comment please share your friend. Thanks for read this comment.
Microsoft has officially released Dynamics 365 - Portal version 9.0.10.6 GA. This allows you to integrate SharePoint with the CRM Portal. This feature was available in the old ADXStudio version and is now back. Whoo hoo. To enable SharePoint Integration navigate to your Dynamics 365 Admin page and go to Applications. Then select "Set up SharePoint Integration, and enable it. (Need to be global admin). Once enabled, create your Entity form as normal. Add a subgrid on your CRM Form for your SharePoint documents. Enjoy!
Use the following function to refresh the Web Resource on your form. Just remember to pass the parameter for your Web Resource Name. function refreshWebResource(myWebResourceName) { //get and validate current id var currentId = Xrm.Page.data.entity.getId(); if (currentId != null && currentId != undefined && currentId != "") { //get and set the querystring from the control var querystring = Xrm.Page.getControl(myWebResourceName).getSrc(); Xrm.Page.getControl(myWebResourceName).setSrc(querystring + "&data=" + currentId); } }
Some useful tools for debugging MS Dynamics CRM 2011 Issues CRM Tool Source Benefits IE Hang/Crash dumps Debugging tools Snapshot of what was occurring in a CRM when the browser hung or crashed. Debug with Visual Studio CRM Diagnostic Tool http://crmdiagtool2011.codeplex.com/ Useful for trace and devErrors from servers; Output HTML deployment report CRM Client Diagnostics http://support.microsoft.com/kb/830232 Installed with Client; use for initial client diagnosis PSSDiag https://sqlnexus.codeplex.com/wikipage?title=Sql2005PerfStatsScript&referringTitle=Home Product Support Services tool for profiler traces and performance monitoring SQLDiag http://msdn.microsoft.com/en-us/library/ms162833.aspx Collect logs from SQL to monitor specific problems PSS Perf Wait Stats http://www.codeplex.com/Wikipage?ProjectName=...
We would presume of which anyone with visitors by now features Spellchecker, truth check, grammar check, along with proper thoughts and opinions check in any case, and so getting that as part of anything over and above the e-mail program can be redundant. If you interested this comment please share your friend. Thanks for read this comment.
ReplyDelete