Scott Durow

Results 133 comments of Scott Durow

Hi @AdiCRM - thanks for the question and it's a very good one! Microsoft don't recommend using solution patches in the way you describe for exactly the reason you give,...

Good idea - I've found I've needed that bat too!

spkl dos not support MFA at this time.

Using the latest beta (https://www.nuget.org/packages/spkl/1.0.375-beta) you should be able to get MFA logins working by supplying a connection string similar to: ``` unpack.bat "AuthType=OAuth;Url=https://org1234abc.crm4.dynamics.com;AppId=51f81489-12ee-4a9e-aaae-a2591f45987d;RedirectUri=app://58145B91-0C36-4500-8554-080854F2AC97;TokenCacheStorePath=C:\Users\\MyTokenCache;LoginPrompt=Auto" ``` The AppId and RedirectUri are...

If you wanted to run spkl unattended in a CI build - you would register an application user and pass the applicationid and secret.

It seems that there is a regression in the latest beta that has MFA support - #366 Does anyone want to work on that?

Currently, the name of the optionset value is output using [FilteringService.GenerateOptionSet](https://github.com/scottdurow/SparkleXrm/blob/35b23c29ccaefd46ae51efe92f8b12e734eaf855/spkl/CrmSvcUtilFilteringService/FilteringService.cs#L48) - It uses the UserLocalizedLabel which should be populated with the language value for the user authenticated. Trying to...

Ok - I'll try and create a new envrionment with a new base language that's not 1033. Thanks BTW - I deleted the screenshot above because it had your username/password...

Interesting - I've tried on an org that only has a single non-1033 language - and some optionsets don't have any translations so they don't even have a single optionset...

@JannyM85 would you be able to DM me some credentials I can use to reproduce this against an org? I can't repro using any of my environments that have non-1033...