Using SQL to Query CDS Data - Login failed: TDS protocol endpoint is disabled...
Hi Everyone, I was exploring on preview feature on how can we connect SQL to Dynamics Data and while connecting to CDS received below error. "Login failed: TDS protocol endpoint is disabled for this...
View ArticleQuery CDS/Dynamics 365 data using SQL Query
Hi Everyone, You know A SQL data connection is available on the Common Data Service endpoint. Although I am a big fan of FetchXML which makes our lives easier as we don't need to worry about backend...
View ArticleFiltering is getting better - Dynamics 365 CE
Hi Everyone, Today I was testing some functionality as per my requirement on home page grids and was applying some filters to see the right data. It seems the filtering has been bit improved in the...
View ArticleFile and Image Data Type Fields in Dynamics 365 Customer Engagement
Hi Everyone, Today I was creating some fields as per my requirement in Dynamics 365 Customer Engagement and found a datatype as File. I know that File Type was available quite sometime in CDS but it...
View ArticleSave and Close not working on the forms in Dynamics 365 CE
Hi Everyone, Today I was working with HTML Webresource, we have some Hyperlinks on that. We have observed very strange issue, Save and Close button on the from is not working on first click after we...
View ArticleAuto-Complete Control in Dynamics 365 Customer Engagement
Hi Everyone, Today I was going through the Field properties and checked Controls tab. Just to understand more clicked on Add Control link and somehow Auto-Complete Control grabbed my attention. What...
View ArticleNumber Input Control - Dynamics 365 Customer Engagement
Hi Everyone, One more good control which can be used in the place of any numerical or money field is Number Input. This gives flexibility to users to tap the plus and minus button to change a numeric...
View ArticleMultimedia Control in Dynamics 365 Customer Engagement
Hi Everyone, We all know visual presentation of anything is attracted first and if it is a video, that gives advantage. If we have a Video that is embedded on the Product record in the system that...
View ArticlePreview Contact and Owner information by just hovering on the lookup -...
Hi Everyone, Today I was testing something on the trail instance and I just hovered on the Contact lookup and saw pop out window like below. I haven't observed this so far. Somehow I am impressed with...
View ArticleMention height and width in Percentage instead of Pixels - Modal Popups in...
Hi Everyone, Today a bug was created by the user saying the popup window is too small and we were using below code to show the HTML Webresource as a popup. var pageInput = { pageType: "webresource",...
View ArticleFailed during http send request - while adding flow to Canvas App
Hi Everyone, Today I was working with Flows and Power Apps (Canvas App). I have to invoke Flow from Canvas App button click and I was getting an error as below while add flow to Canvas App. "Failed...
View ArticleCreate Record in Dynamics 365 CE Using Power Apps and Power Automate (Flow)
Hi Everyone, This is my first post on Power Apps (Canvas App) and could be very basic to most of the people but it would helpful for the beginners like me. Login to Make.PowerApps.Com We can directly...
View ArticleText Control in PowerApps
Hi Everyone, It's all about Text Control in PowerApps (Canvas App) today. As we all know, Text is a string. Below are main properties or events which we have to remember • OnChange - When the state...
View ArticleCollect and ClearCollect in PowerApps
Hi Everyone, In this post, will try to understand as much as possible on Collect and ClearCollect functions in PowerApps. Collect and ClearCollect functions are useful for when we want an in-memory...
View ArticleCool feature in Visual Studio - Generate Class from JSON or XML
Hi Everyone, Today I was asked a question by one of my friends on if I know any easy way which can generate C# Class file if we give JSON as an input. And I don't know anyway but certainly there...
View ArticleIncrease the limit of ExportToExcel in Dynamics 365 CE -...
Hi Everyone, Today I was working with one of the users and they were to looking to export more than 10000 records from Dynamics 365 CE in one go. We all know that this is the limitation in the system....
View ArticleGet the Count of records in Flow or Power Automate - Dynamics 365 CE
Hi Everyone, Today I got a requirement to check the record count and do some operation if the count is greater than 1. We are very much used to these kind of checks in C# and just think if we need to...
View ArticleAre we saying bye bye to Quick Find Views? Yes - Dynamics 365 CE
Hi Everyone, Today I was testing some functionality in Dynamics 365 CE Unified Interface and searched for an account, I remembered we have a view named as Quick Find and whenever we do search, the...
View ArticlePower Platform Analytics - Common Data Service, Power Automate and Power Apps
Hi Everyone, Today I was going through Power Platform Admin Center and checked Analytics from the navigation. I remembered the days where we used to install Organization insights managed solution and...
View ArticleBest Practice - Adding Comments in Power Automate/Flows
Hi Everyone, Today I was going through the settings of one of the Actions in Flow and have seen "Add a comment". We all know the best practice of adding comments in all programming languages and it...
View Article