Phil Cole
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...
As per new feature added by Microsoft https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/column-comparison
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...
As per discussion on XrmToolcast (https://crm.audio/xrmtoolcast-daxif-xrmdefinetlytyped-and-xrmframework-with-magnus-sorensen/) a plugin for XrmToolbox would be awesome!
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...
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:...