Upload file to a File Data Type column through C# – Dynamics 365

In Dynamics 365, the "File" data type column is a powerful and versatile feature designed to handle file-related data within entity records. This column type provides a dedicated space for managing and storing various file types associated with a record, such as documents, images, or other attachments. I have created one file field in CRM … Continue reading Upload file to a File Data Type column through C# – Dynamics 365

Disable Editable Grid Fields for a Specific View in Microsoft Dynamics CRM

Editable Grids in Dynamics 365 CRM provide a dynamic interface for users to edit records directly within the grid. However, there are instances where you might want to restrict editing capabilities within a specific view, ensuring data integrity and compliance.Disabling all fields when a user navigates to a particular view called 'NewAndNGNCurrentCycleLRPProjection_LRPUser'. CheckEditableGridView: This function … Continue reading Disable Editable Grid Fields for a Specific View in Microsoft Dynamics CRM

Pass Execution Context to a IFrame in Dynamics 365

In Dynamics 365, you can pass the execution context to a IFrame web resource using the following steps: Step1: Create a web resource: Start by creating a HTML web resource in your Dynamics 365 instance. Step2: Define a function to handle the execution context: In web resource HTML file, define a JavaScript function that will … Continue reading Pass Execution Context to a IFrame in Dynamics 365