Scott Durow
Scott Durow
Yes - this has been on the cards for a while now. Use ClientSecret for all your non- interactive spkl connection strings https://docs.microsoft.com/en-us/powerapps/developer/data-platform/xrm-tooling/use-connection-strings-xrm-tooling-connect#clientid-or-client-secret-based-authentication
Can you merge this into the spkl_dev branch - then I'll get it pulled in and create a new beta release.
Always appreciate PRs! I guess the instrument task is normally only run once when you are converting a project to use spkl - what is the use case for multiple...
Hi @mahipalreddybhusireddy - can you use the latest beta version please - this timeout should be fixed.
Could you post the code that you are using please?
This could be due to a change in the way that we load assemblies now to look for the class attributes. Which version are you using and could you give...
Hi @killerrin - I got as far as implementing `authorizeWithSecret` (https://github.com/scottdurow/dataverse-ify/blob/a1ee701fecd113bb80b806bea9eb74f55936ab4e/src/webapi/node/NodeWebApi.ts#L17) Now need to add parameters to `dataverse-gen` to allow authorizing using them.
This is now added to [email protected] ``` Usage: npx dataverse-get [command] [-u] [-t] [-a] [-cs] dataverse-gen : Generates from an existing .dataverse-gen.json file dataverse-gen init : Adds .dataverse-gen.json config file...
Hey @rappen - nice to have you here! The bats that currently are added for you are just kind of shortcuts - you can create your own that call `spkl`...
Hi @kayetter Thanks for reporting - I can reproduce it. It only seems to happen for collections. If the grid is bound directly a dataverse table, then the EventRowKey correctly...