Friday, January 29, 2016

Value Rule - Ribbon Workbench CRM 2015

Tested on: CRM 2015

Below is the procedure to apply 'Value Rule' using Ribbon Workbench.

Situation:
Business Process is to hide Post button on invoice form page, when status reason is Posted.

Solution:

1) I have added a new Display Rule, add a step Value Rule and add display rule to Post button command, as shown in below snapshot.




















2) Now set Value Rule Properties as shown in below snapshot

Wednesday, January 27, 2016

Add Record for Many to Many Relation


Tested on: CRM 2015

In this problem, I want to add invigilators for the Exam Activity. There is Many to Many relation between Activity & Invigilators.

Here is the snapshot of relationship in CRM 2015




                      
  AssociateRequest request = new AssociateRequest{
             

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

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