Phil Cole
Phil Cole
Branch including unit test (without fix) is here: https://github.com/filcole/fake-xrm-easy/tree/OptionSetGroupBy
The reason I preferred using .Id instead of .AccountId is that .Id is a non-nullable Guid whereas .AccountId is generated as a nullable 'Guid?' by CrmSvcUtil (and Early Bound Generator)....
Excellent news. Thanks. If you need any debugging help then I have access to a 360. On 27 Jun 2017 09:05, "Charles Blonde" wrote: > Hi @filcole , > >...
Looks like there's a node implementation here: https://github.com/peteakalad/homebridge-dyson360eye
This is working great for me. I've also used your integration with Home Assistant, and that works well too. Thanks very much. Awesome.
Thanks for the info @davidjenni. We have solutions that take a *long* time (multiple hours) to upgrade. I think from what you're saying it will still timeout after 4 minutes...
Hi @davidjenni. Thanks for the reply. I was really hoping to take advantage of package deployer with multiple solutions, plus data, plus logic to determine whether to Update (fast) or...
> This project uses standard dotnet output folders. Simply make a call to `dotnet new gitignore`. Thanks for the info. I will use that, but I do think that `.gitignore`...
Noticed in pac 1.17.4 there's now a `--team-id` option in `pac admin create`. Might this help?
Hmmm. Maybe `--tid` is only applicable when used in conjunction with `--type t` i.e. a Teams environment. 🤔 https://docs.microsoft.com/en-us/power-platform/developer/cli/reference/admin#required-parameters-2