Friday, August 21, 2015

CRM 2013 Quick Create Form Mapping Bug


There is bug in Contact Quick Create Form on lead form. Once contact form is opened without first selecting the Existing Account, it no more map Parent Account on contact form.






This issue is reported in several blogs including Microsoft official community.

https://community.dynamics.com/crm/f/117/t/143653



#AW
Dynamics CRM Consultant

Saturday, August 8, 2015

Allow Posts in Social Pane CRM 2013


If Posts tab is not showing in Social Pane, then go to Settings-> Post Configurations tab, as shown in snap shot.



select relevant entity. Now activate/publish entity.This will activate the Posts tab in Social Pane on Entity Form.





If Post Configuration tab is not showing in setings area, then you have to edit the sitemap of CRM. This usually happen due to up-gradation from CRM 2011 to CRM 2013.


Ali Wadood
 Dynamics CRM Consultant Maison Consulting & Solutions

Friday, August 7, 2015

Hide Business Process Flow Based on Condition


Requirement: Business Process require to hide Business Process Flow on Opportunity Form if Opportunity Type is Consumer. In below Xrm code I have apply this business process requirement.



Opportunity is not Consumer:


Opportunity is Consumer:






Xrm Code

-- Code on Form Load

Hiding BPF if Opportunity Type is Consumer Opportunity i.e equal to 4


Asp.Net MVC (5) - Exception Filter - HandleError

Applicable on Asp.Net MVC5 HandleError Filter This belongs to Exception Filters category (Authentication Filter, Authoriz...