CRM Page Call Actions from Debugger

…will send the page back to the original account: LookupInfo Clicking New will open IE outside of USD and allow you to enter a new record for this entity:  …

North52 Console Command Create Record

…run a North52 console command, go to the North52 console menu and select Use the Console Command: This will open the formula guide with the option to select the Command

Dapper ORM C# Application

…using System.Data; using System.Data.SqlClient; using System.Configuration; namespace Carl.Dapper.Sample1 { class Program { static void Main(string[] args) { SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings[“SQLDatabase”].ConnectionString); string sql = “select * from Sales.Customers”; using…

WCF Service Tcp Binding Example

…have a WCF host that is using basicHttpBindings: Clicking Edit, we can see the different bindings available: Let’s add a new TCP binding to our app. Select New Service Endpoint:…

Business Process Flows in Dynamics 365

…stage, and select Update: To create a business process flow, select New. We will create one for Campaigns: Create a basic business process flow and activate: Now let’s test this….

Getting Lookup Fields from Dynamics 365 Web API URL

…data. Let’s use Accounts as an example. We can access the API through the address https://yourorg.api.crm.dynamics.com/api/data/v9.1/: We can then get accounts using https://yourorg.api.crm.dynamics.com/api/data/v9.1/accounts: Now, accounts have a lookup field for