How to hide '+' on a subgrid in dynamics CRM?
I’ve to hide ‘+’ button of Order subgrid on Account form, because we are not allowing accounts to directly create Orders. Pre-requisite: Install latest version RibbonWorkBench tool from here Create a Solutions, OrderRibbonSolution Add existing Entity, Order Publish the customization Launch RibbonWorkBench (RWB), Open the solution OrderRibbonSolution in RWB 4. Create a new Enable rule and set following properties a. Default : False b. InvertRule : True c. EntityName : account d. Context : Form e. AppliesTo : PrimaryEntity 5....