Michael Klement
Michael Klement
Hi everyone, I just ran into a strange problem: I wanted to query a custom "Country" entity using XrmQuery Web API like this: ```js const country = await XrmQuery.retrieve(x =>...
Hi, I want to create a Post on the activity wall of a contact like this: ``` IOrganizationService service = new ServiceClient(new Uri(crmBaseUrl), clientId, clientSecret, true); var post = new...
Hi @JacquesLucke, first of all, great addon. Love it :) Been wanting something similar for some time now but unfortunately I've lacked the know-how to do it myself so far....
### What version of `astro` are you using? 1.1.5 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...
Hi, I just noticed that `GetCountryByAlpha2` (and I assume GetCountryByAlpha3 as well) is case-sensitive. How about adding a parameter that allows this check to ignore case (or even make this...
Hi, first of all: Cool sink. We recently introduced Slack in our company and I would love to output Error/Fatal log messages into a channel. I managed to do so...
### Describe the bug The text in my Textblock is not visible when I run my application in Fullscreen.  As you can see you don't see anything 😬...