Phil Cole

Results 30 issues of Phil Cole

**Tool and Version** EarlyBoundGenerator V 1.2021.4.19 **Description** If a column (aka field) description contains line breaks or carriage returns the `` document tag generated by the earlybound generator for the...

bug
Early Bound Generator

Fixes #485

scope-core

As per new feature added by Microsoft https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/column-comparison

enhancement
scope-core

When a FetchXml aggregate includes a groupby clause on an optionset value then FakeXrmEasy will return incorrect results. The following unit tests is similar to other tests within AggregateTests.cs, except...

The checking in XrmFakedContext.Aggregations.cs against IsNullOrEmpty is for a literal string, rather than the variable, which causes exception to never fire, e.g. ```c# if (string.IsNullOrEmpty("alias")) { throw new Exception("Missing alias...

A good (best) mocking framework for the client side Xrm.* code, perhaps in combination with FakeXrmEasy-Js for Xrm.WebApi.* Instruction/Documentation for how to combine form scripts created using XrmDefinitelyTyped with a...

documentation

As per discussion on XrmToolcast (https://crm.audio/xrmtoolcast-daxif-xrmdefinetlytyped-and-xrmframework-with-magnus-sorensen/) a plugin for XrmToolbox would be awesome!

enhancement

The following Linq query will return all columns from CDS, I'd only expect the Id column to be returned. ```cs Guid accountId = (from a in context.AccountSet where a.Name.Equals("Wonka Chocolate...

enhancement
Server Platform API Fix\Change

When using Client Id / Client Secret Authentication in the username and password fields of the "MSCRM Get Online Instance By Name" task (v10.*) the task is failing with message:...

question