What is meant by OAuth? OAuth is an authentication protocol that allows you to approve one application interacting with another on your behalf without giving away your password. OAuth is an open-standard authorization protocol or framework that describes how unrelated servers and services can safely allow authenticated access to their assets without actually sharing the … Continue reading Generate OAuth Token using Client ID and Client Secret
Introduction to Power Automate
Microsoft Flow : This is cloud based application is used to create a workflow to implement business process. We have different types of flows: Instant Flow - Users can start flow when ever it requires.Automated Flow - Which starts automatically when an event occurs.Scheduled Flow - Which triggers at particular scheduled time.
call action
GenerateGDRFAMemberId: function (id, gender, dateOfBirth, nationality, uidNO, memberType, visaFileNumber, eId, passport, birthCertificateId, memberRefId, policyNumber, uniqueMemberId, enquiryNumber, opportunityId, entityName, async, successcallback, errorcallback) { var request = "<s:Envelope xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'>" + "<s:Body>" + "<Execute xmlns='http://schemas.microsoft.com/xrm/2011/Contracts/Services' xmlns:i='http://www.w3.org/2001/XMLSchema-instance'>" + "<request xmlns:a='http://schemas.microsoft.com/xrm/2011/Contracts'>" + "<a:Parameters xmlns:b='http://schemas.datacontract.org/2004/07/System.Collections.Generic'>" + "<a:KeyValuePairOfstringanyType>" + "<b:key>Operation</b:key>" + "<b:value i:type='a:OptionSetValue'>" + "<a:Value>47</a:Value>" + "</b:value>" + "</a:KeyValuePairOfstringanyType>" + "<a:KeyValuePairOfstringanyType>" … Continue reading call action
Create Auto Number- Dynamics 365
Generally we will get a requirement to implement autonumber either for OOB entity or custom entity. In previous versions of CRM we are creating custom entity to implement the scenario. But in dynamics 365 we can do this easily with oob or using CRM SDK. In powerapps while creating the field have data type as … Continue reading Create Auto Number- Dynamics 365