Posts

Showing posts from March, 2018

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....

Remove Plugin Profiler dependency upon sitemap

I’ve to modify the sales sitemap and then move from Development to TEST and then to PROD. I added the sitemap to an unmanaged solution, change the required modifications. But when I went to import in TEST or PROD; I got following exception about the failure of the sitemap import. I went to Plugin Registration Tool; hit the Uninstall Profiler button and I were unable to uninstall with following message: Solution dependencies exist, cannot uninstall.DependencyCount : 1RequiredComponentObject details: Id : 7f7166bd-6786-44d0-bd95-3dc0f832a94b, Type : Entity, ParentId : 00000000-0000-0000-0000-000000000000, DependentComponentObject details : ObjectName : , Id : 4e467a6a-2895-e711-8101-5065f38a6bd1, Type : SiteMap, ParentComponentDisplayName I went through many CRM forums but did not found a solution to that. In the end, I opened up the sitemap in DEV environment again and hit Edit button under Client Extension of that Unmanaged Solutions. Click at Settings; find the ...