Back to Basics # 52: Retrieve Related entities Data Using Expand Query with Webresource in Dynamics CRM

Introduction: In Dynamics 365 CRM, for certain requirements data needs to be retrieved from related entities. Expand query in XRM Web API.  As an example, selected contact record guid was passed to fetch details of account that is related to the given contact . Step 1: Login to the required environment and select required solution …

Continue reading Back to Basics # 52: Retrieve Related entities Data Using Expand Query with Webresource in Dynamics CRM

Back to Basics # 51: Retrieve Data Using XrmWebAPI with Webresource in Dynamics CRM

Introduction: In Dynamics 365 CRM, for certain requirements data needs to be retrieved to achieve business functionality with Xrm Web API.  As an example, selected contact record guid was passed to fetch details of contact . Step 1: Login to the required environment and select required solution [Contact Customizations Solution in this case] as shown …

Continue reading Back to Basics # 51: Retrieve Data Using XrmWebAPI with Webresource in Dynamics CRM

Power Automate Fundamentals # 71: Understand Terminate Action in Power Automate

Introduction: Generally, in certain scenarios, we must terminate a flow if at all some condition was not met. In Power automate we can achieve this by using Terminate Action. Step 1:                                                                                                                             Login to the required Power Apps environment using URL make.powerapps.com by providing username and password and click on Flows on the left-hand side …

Continue reading Power Automate Fundamentals # 71: Understand Terminate Action in Power Automate

Power Automate Fundamentals # 70: Understand Cancel Flow Run Action in Power Automate

Introduction: Generally in certain scenarios, we have to cancel current flow if at all some condition was not met. So with out opening each flow in the consolidated list of flow runs we can easily find which flow runs passed and which are cancelled .In Power automate we can achieve this by using Cancel Flow …

Continue reading Power Automate Fundamentals # 70: Understand Cancel Flow Run Action in Power Automate

Back to Basics # 50: Retrieve Data Using CRMWebAPI with Webresource in Dynamics CRM

Introduction: In Dynamics 365 CRM, for certain requirements data needs to be retrieved to achieve business functionality with Web API.  As an example, selected contact record guid was passed to fetch details of contact . Step 1: Login to the required environment and select required solution [Contact Customizations Solution in this case] as shown in …

Continue reading Back to Basics # 50: Retrieve Data Using CRMWebAPI with Webresource in Dynamics CRM

Power Automate Fundamentals # 69: Understand Switch Statement in Power Automate

Introduction: Generally to handle multiple conditions then like in javascript and C# .net switch will be used, in the same way in Power automate also we can use Switch action. In this article we can see how it can be used to decide whether a person can take vaccination or not. Step 1:                                                                                                                             Login …

Continue reading Power Automate Fundamentals # 69: Understand Switch Statement in Power Automate

Power Automate Fundamentals # 68: Handle Nulls in Parse JSON Action in Power Automate

Introduction: Whenever working with json payload’s in power automate, always a possibility of receiving null values inside json, where Parse JSON Action will be errored out because of these null values. To handle this we have to modify Schema of the generated Schema for the provided json. Step 1:                                                                                                                             Login to the required Power …

Continue reading Power Automate Fundamentals # 68: Handle Nulls in Parse JSON Action in Power Automate

Back to Basics # 49: Retrieve Data Using FetchXML WebAPI with Webresource in Dynamics CRM

Introduction: In Dynamics 365 CRM, for certain requirements data needs to be retrieved to achieve business functionality.  As an example, all contact records whose first name starts with V taken for explanation. Step 1: Login to the required environment and select required solution [Contact Customizations Solution in this case] as shown in the   below figure. …

Continue reading Back to Basics # 49: Retrieve Data Using FetchXML WebAPI with Webresource in Dynamics CRM