Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Category: Customization

Exporting and Importing Solutions in Power Apps: A Comprehensive Guide

Introduction Power Apps solutions are a powerful tool for managing and deploying customizations. Solutions bundle components like entities, fields, views, charts, flows, and canvas apps into a single package, making it convenient to move them from one environment to another. Power Apps offers a robust solution framework that allows developers and administrators to package and…
Read more

Hide Form Field in Power Pages By using JavaScript

Introduction Power Pages, with its robust features and dynamic capabilities, empowers users to create compelling forms for various purposes. One essential aspect of form design is the ability to control the visibility of certain fields based on user interactions or specific conditions. In this blog post, we’ll delve into the techniques and best practices on…
Read more

Retrieve, Create, Update, Delete data Client side using XRM Web API and FetchXML in Dynamics 365

The XRM WebAPI is a great way to achieve CRUD operation from client side scripts. Below are the code snippets to explain how we use it. Retrieve Single Record Retrieve Multiple Record Create Record Update Record Delete Record Thanks for reading.

Auto numbering in Dynamics 365 Customer Engagement

Auto numbering feature has always been there in the Dynamics CRM application settings, but it was restricted to a few entities such as contracts, cases, articles, quotes, and so on. If we click Settings -> Administration -> Auto-Numbering option, we can see the auto numbering configuration panel with existing entities as below: Previously we could configure auto-numbering…
Read more

Most Used FetchXML Queries in Dynamics 365 CRM

FetchXML is a XML based query language used in Microsoft Dynamics 365 CRM to fetch data. FetchXML is capable of doing many things as explained below. Can only be used to retrieve data not able to perform CUD (Create/Update/Delete) operation. Can be used in JavaScript to retrieve data in client side also used in server…
Read more

101 Most Used Dynamics 365 CRM codes

Here is a list of most used code snippet used in Dynamics 365 CRM.Remember to add required namespace whenever required while inserting code. Keep the CRM SDK folder ready to take the reference of the assemblies for below namespace. Most frequently used namespaces are given below, [code lang=”php”] using System; using System.Configuration; using System.ServiceModel; //…
Read more