hari.mallampati
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:
mscrm 2011 bestpractices:
http://msdn.microsoft.com/en-us/library/gg509027.aspx
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.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)