Introduction: In Dynamics 365 CRM or Power Platform, Application Id is required (i.e., oAuth) to authenticate. Here we are going to register a new App in Azure Active Directory so that from Dynamics CRM we can use this app id in the applications most of the common scenarios is to have this app id to …
Month: September 2021
Rewind August 2021
Back to Basics Series , Power Automate Fundamentals Series - compiled list of my blogs for August 2021 are here. If you missed any you can find it here Back to Basics Series Back to Basics # 17: Business Rules with Scope Entity and Server-Side ExecutionBack to Basics # 16: Business Rules with Actions RecommendationsBack …
Power Automate Fundamentals # 12: Usage of DayofWeek in Power Automate
Introduction: In Power Automate, there is a common task to extract complete day of the week from the given date, for this DayofWeek function will be used. Here in this example, we will see how to name of the day in a week. Step 1: Login to the required Power Apps environment using URL make.powerapps.com …
Continue reading Power Automate Fundamentals # 12: Usage of DayofWeek in Power Automate
Power Automate Fundamentals # 11: Usage of Add Days in Power Automate
Introduction: In Power Automate, one of the common scenarios is to do some operations on current date. So, Add Days is one of the functions of its kind which works on the current date so that certain actions like sending an email to alert or give information to user as an example here I am …
Continue reading Power Automate Fundamentals # 11: Usage of Add Days in Power Automate
Back to Basics # 18: Business Rules with Entity Scope and Custom Code Execution
Introduction: In Dynamics 365 CRM or Power Platform, updates in entity data by using service call /SDK which do changes in server side, then server-side business rules will fire i.e., business rules with scope Entity will fire. As a business scenario we are going to see updates in contact entity by using SDK Call through …
Continue reading Back to Basics # 18: Business Rules with Entity Scope and Custom Code Execution
