Skip to main content

Posts

Showing posts from 2020

How to count number of records get by list record of CDS connector

length(body('Get_items')?['value'])

Get/Set the Dynamics 365 Option Set text and values.

There are many scenarios where we need to get the option name and value of the option-set field. The below code can be used to retrieve the option name and its values. 1. To get option name from OptionSet Below code can be used to get the option name by passing the option value. function getOptionDetails() { var optionDetails = Xrm.Page.getAttribute("SchemaNameofOptionsetField").getOption(OptionsetValue); if (optionDetails != null) { //To get text of the option set. var optionText = optionDetails.text; alert("OptionSet Text:" + optionText); } } 2. To get the text and value of the selected CRM OptionSet Below code can be used to get the text and value of selected optionset: function getSelectedOptionset() { var selectedOptionset = Xrm.Page.getAttribute("SchemaNameofOptionsetField").getSelectedOption(); if (selectedOptionset != nul

Introduction

Instroduction Hi Everyone, I am Jishnu Thapa, a full a stack .Net developer and a Dynamics 365 CRM techno-functional consultant. I have a specialization in the Web application, REST full API, and D365 CRM development. About my key skills, I had done the training of 6 months first 3 months in HTML, CSS, Bootstrap, JS, Jquery, asp.net(MVC, EF, LINQ), and MS SQL from July 2019-September 2019 and another 3 months in asp.net(Web Forms), .Net Class library, Dynamics 365 CRM Development(including JS, Plugin, Integration), Dynamics 365 Functional(sales module) and Power Platform(MS Flow, CDS) from October 2019-December 2019. During my training period, I have worked in lots of different king of live projects related to the Education Sector, Hotel Chain Management, Wealth Management, and other Critical Business Processes. I have been working full-time software engineer form the 1st of January 2