Sunday 5 May 2013

MSCRM 2011 UnResolved Emails

Hi This is   Sudhakar Reddy Chidipudi.  
What is unresolved email?
If any mail does not exist in MSCRM organization then we call it as UnResolved email.
Some times when you try to send a email it shows error regarding unresoved emails.
To resoved that navigate to
Administrator-->SystemSettings-->EmailTab,
Select the radio button to yes "Allow messages with unresolved e-mail recipients to be sent"
Do you want to load unresolved emails using javascript?
var obj = new Object();
obj.name = "EmailAddress";
obj.category = 3;
obj.type = 9206;
Simple...........:)

Found more than one ribbon diff enitity in MSCRM 2011

Hi This is  Sudhakar Reddy Chidipudi
Some times when you import customization's you get a error "Found more than one ribbon diff enitity".
It means if any id is duplicated in <RibbonDiff/> it throws error.
Funny thing is when you import your customizations first time to the new organization it does not throw any error .
If you do some customizaton later and then try to import to your organization it throws the above error.
To resolve the above error first import empty <RibbonDiff/> and then publish customization of enitty and then import your original customizations.
Have a nice day ............................... :)

Exception handling in MSCRM 2011 Online

Hi this is   Sudhakar Reddy Chidipudi
Today i am going to explain the ways of handling exceptions in MSCRM 2011 Online.
Bit difficult storing exceptions in MSCRM 2011 online.Reason is sandbox plugins are partial trust.
Sandbox plugins have retriction on file system.
Below are the different ways
1) Crearte webservice or WCF service to log your error.
2)Create custom entity and crate record for each error.
I will explain in detail soon with example .................... :)
Sudhakar Reddy Chidipudi