Dynamics 365 SOAP Logger

…HTTP REQUEST ————————————————– POST https://xxxxxxx.api.crm.dynamics.com/XRMServices/2011/Organization.svc/web Content-Type: text/xml; charset=utf-8 SOAPAction: http://schemas.microsoft.com/xrm/2011/Contracts/Services/IOrganizationService/RetrieveMultiple <s:Envelope xmlns:s=”http://schemas.xmlsoap.org/soap/envelope/”> <s:Body> <RetrieveMultiple xmlns=”http://schemas.microsoft.com/xrm/2011/Contracts/Services” xmlns:i=”http://www.w3.org/2001/XMLSchema-instance”> <query i:type=”a:QueryExpression” xmlns:a=”http://schemas.microsoft.com/xrm/2011/Contracts”> <a:ColumnSet> <a:AllColumns>false</a:AllColumns> <a:Columns xmlns:b=”http://schemas.microsoft.com/2003/10/Serialization/Arrays” /> </a:ColumnSet> <a:Criteria> <a:Conditions> <a:ConditionExpression> <a:AttributeName>name</a:AttributeName> <a:Operator>Equal</a:Operator>…

Creating and Debugging a Unified Service Desk Custom Hosted Control

website here: https://marketplace.visualstudio.com/items?itemName=DynamicsCRMPG.MicrosoftDynamicsCRMSDKTemplates Open Visual Studio. Create a new project, and under the CRM SDK Templates, select Unified Service Desk. Select UII WPF Hosted Control: This will create a project…

Using JavaScript to Go to Next Stage in Business Process Flows

…YouTube channel: https://www.youtube.com/watch?v=2ySv6sBfbqQ&feature=youtu.be Go to https://flow.microsoft.com and select to create a new Business Process Flow: Let’s call it Account BPF: We see: Let’s make 3 stages – Stage 1, Stage…

New_CRM_Page and Open_CRM_Page in USD

…be New Lead. When a contact record loads, we will create a new Lead record in its own hosted control tab. Second, we will open the account record associated with…