Thursday 13 September 2012

How to change the header logo of mscrm with custom logo:

Relpace the below image with your custom image.
/_imgs/theme/Outlook14Silver/Masterhead.png
Plugin tips:

Prevalidation stage example:

Requirement:
while deleting account, check for all lthe sub contcts associated to accounts. and if sub contacts exist donot delete.

Issue:
If we register plugin in pre event to  chec the associated contacts for this account , we will not get zero accounts allways ,

Solution: need to register plugin in prevalidation, then we will get associated contacts .




 

Basic silverlight mvvm patteren:



image2.gif

image3.gif


Pros of using early binding in mscrm 2011:

  • East to verify entity and attribute names at compile time.
  • Take the advantage of intelligence while coding.

cons of using early binding in mscrm 2011:

  • Slightly lowe performance compared to the code in late binding.
  • Not possible to write generic code which will be support future expansion.