Derek Finlinson
Derek Finlinson
I was working on it but can't figure out how to get the content files to copy to the project folder. I thought using `` instead would work but it...
I don't think that will work since we need the spkl files included in each individual project.
Until David can get this implemented, feel free to try out my library: [xrm-webapi](https://github.com/derekfinlinson/xrm-webapi).
@davidyack I'm not parsing the response at all. Just returning it as JSON. @aappddeevv That's exactly the reason I added it to my library in the first place :)
I wouldn't think so. For offline I would just use the built in Xrm.WebApi.offline
For now I just removed the JSON.parse while I work out parsing the actual response.
I'm having similar issue getting it to start a trial subscription. I've added the STRIPE_DEFAULT_PLAN_ID and STRIPE_DEFAULT_TRIAL_DAYS as secrets to the edge functions and see them in the logs when...
There's really no different between this and the current retrieve function. you can just pass in the key as the id parameter instead of a guid. So simpler solution would...
Can you upload your package.json file? Also, what package manager are you using and are you using webpack or some other bundler? I know it works just fine for web...