RU13 update wont install
Problem: Windows wants to install important updates to RU13 and attempts to do so EVERY time I shut down. I have manually downloaded and attempted the install and it won't install. The same...
View ArticleMS CRM 2011 online integration with SAP via PI
Hi All,can you please provide me any references for CRM integration with SAP via PI.
View ArticleRE: Activity Syncing with Outlook removes dates from CRM Tasks
May i have the support case number please?Thanks,Mohammad
View ArticleActivity Syncing with Outlook removes dates from CRM Tasks
I started noticing this about 2 months ago but cannot define an event that would cause the change.If I have an activity created in Outlook or CRM that is set to sync (I sync 99% of my activities with...
View ArticleRE: Activity Syncing with Outlook removes dates from CRM Tasks
I believe it is: 113061210510472I had one of my team members start he case but I had to take over as he could not fully replicate my problem. I'm the only one on my team that uses tasks synced with...
View ArticleRE: Error "cannot authenticate your credentials" Configuring Outlook with...
Which version of Outlook you are using? 2010 or 2013?Which is your OS? Windows 7, Windows 8, 32 or 64 bit?
View ArticleError "cannot authenticate your credentials" Configuring Outlook with Online CRM
I am struggling to get Outlook configured with CRM Online. I continue getting "Cannot Authenticate your Credentials." I have been working with Microsoft Support for a couple days installing,...
View ArticleSubject Tree
I would like to be able to alphabetize a subject tree. As our subject tree's continue to grow it is more and more difficult for the end user to find the correct subject for knowledge base or case...
View ArticleRE: Subject Tree
Hi Vicki,I know this is an old post, but just in case you haven't upgraded already, the behavior you are looking for is the default behavior in CRM 2011.
View ArticleSorting Account Records
Hi all,I am a new user of dynamics crm 2011. I want to separate account records as "existing" and "new".Where "new" ones are the records created in the current year and the "existing" ones are the...
View ArticleRE: Sorting Account Records
You can also use the "Older than X Months" value and input a value of 12. This empowers Steven's suggestion....
View ArticleRE: SQL Query
This is pretty rudimentary, but should expose what you're looking for....SELECT * FROM Contact WHERE ContactId IN (SELECT EntityId FROM ListMember)
View ArticleRE: custom autonumbering in CRM 2011 RU13
I generally will start with this codeplex version that is free. The author has had many releases with minimal issues. crm2011autonumber.codeplex.comPlease be sure to consider the method of the...
View ArticleErrors and Problems with CRM Email Router
Hi There - Looking for some guidance on a 3 hour outage we had with the Email Router last night. I have racked my brain and I can't find any reason for the issues. I have CRM 2011 online hooked up...
View ArticleRE: Errors and Problems with CRM Email Router
Hi Josh - Thanks for your answer - However in the Service Health section of my admin there is no mention of any outages. The last O365 mention is from the 5th June. The system had the same problems...
View ArticleRE: Cannot hide tab “General” in custom form of crm 2011
Hi,Try this.Xrm.Page.ui.tabs.get(0).setVisible(false);
View ArticleCannot export Solution
Hi folks,I am experiencing an issuewhen trying to export one of the unmanaged solutions in my test organization. The error is a "Script Error" modal window with the following detail:"An error has...
View ArticleRE: SQL Query
Hi,Just to add always use Filtered Views (auto created for each entity) instead of querying tables directly, as it will bypass the Security Role of the user. Use FilteredContact, FilteredList &...
View ArticleSQL Query
Hello,can anybody say me which tables should I use, when I want select contacts owned by CRMuser which are not in any marketing list?I can write SQL query, but I do not know CRM DB structure.
View Article