Skip to main content

Notifications

Announcements

No record found.

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
Improving CRM Data Quality with Automated Data Validation

Ensuring high-quality data in your CRM system is critical for making informed business decisions and improving overall efficiency. However, manually validat...

Like ( 0 )
Tips and Tricks for Customizing Dynamics CRM Forms

Dynamics CRM provides a wide range of options for customizing forms to meet your business needs. However, it can be overwhelming to navigate through all the available options and features. In this blog post, we'll share some tips and tricks...

Like ( 0 )
Remove irrelevant activities from timeline for a record, by removing the activity ...

Recently, I had faced an issue. A Contact record ABC was updated with email address 2 field to the Customer Service Email (customerservice@company.com) on the 10th of May. Upon investigating, one of the users intentionally updated this con...

Like ( 0 )
Remove Activity Party From a Closed Email using C#

Recently, I had faced an issue. A Contact record ABC was updated with email address 2 field to the Customer Service Email (customerservice@company.com) on the 10th of May. Upon investigating, one of the users intentionally updated this con...

Like ( 0 )
How to call AddUserToRecordTeam action using Web API

Nothing special, but I'm posting here a simple JS function that calls the AddUserToRecordTeam action using web API. It took some time for me, especially in setting/fixing the parameters. Posting here reference. /* entityId: Guid of entit...

Like ( 0 )
Upload a file to SharePoint document library using Power automate Flow

I had a requirement to upload a document to the SharePoint document library (integrated with the Account entity in dynamics CE) from the power apps portal, the portal supports uploading and displaying SharePoint documents as documented here ( by p...

Like ( 2 )
Hide a ribbon button on SubGrid for specific primary entity

When need to hide a button on a subgrid, we can solve this by just hiding the button. but in case we need to hide the button only on specific primary entities then we need to write/construct an enable rule. Here I was a having problem to hide...

Like ( 0 )
Dynamically Populating Ribbon Flyout Menu

I was having a requirement to generate dynamic ribbon menu under a button i.e. Flyout button menu sections, Here I want to share the steps for achieving this dynamic menu sections. I have used Ribbon workbench and some JS scripts. We need to achie...