Jonas Rapp

Results 74 issues of Jonas Rapp

Groups are great! Only sorting by only alphabetic is no use... No? Hide the `PropertyGrid.ToolbarVisible` ! ![image](https://user-images.githubusercontent.com/2572253/170192113-9d8a91c6-21b0-4fbe-a764-7f5b1f42aab3.png) --- - Deployment: Online - DB Version: 9.2.22044.142 - Connection Controls Version: 1.2022.5.50...

Call the names of the Groups in the settings like this: ``` 1. Global 2. Entities 3. Option Sets 4. Actions 8. Meta 9. Debug ``` Now everything starts with...

We talked about this, and *IF* you want to…. Check this code + designer how to get and select the solution: https://github.com/rappen/FetchXMLBuilder/blob/20c2090eef9e94a5559be31b5ea59d55db43fe66/FetchXmlBuilder/Forms/ShowMetadataOptions.cs Looks like this: ![image](https://user-images.githubusercontent.com/2572253/169882274-ac99b12a-89e0-4e9e-89da-ea2f4b93813f.png) This is getting the...

enhancement
Early Bound Generator

You have to manually type the solution file name. https://www.screencast.com/t/T1fuky6o2js Setting the `FileMustExist` property (or something like that) on the FileOpenDialog to `False` should solve that.

VS Solution Accelerator

I enter a namespace, navigate forward, go back, and what I entered is forgotten. https://www.screencast.com/t/8VJQXazrdH

VS Solution Accelerator

These help links for the Plugin Registration task give 404. ![image](https://user-images.githubusercontent.com/2572253/105993206-61686000-60a6-11eb-9ab7-c6141ff98dac.png)

Running an import, and in one of the environments the import fails with: ``` at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1...

I guess the "Raw result" is no more possible, as they all response an `EntityCollection` now. Either change Raw result if possible, or add a warning about deprecated, or simply...

Is it possible to replace plain strings with the constants from the Latebound Constants Generator output?

enhancement

OData / Flow ➡ FetchXML. Get query: 1. Paste full OData query 2. Paste one/several parts from Flow Dataverse List rows parameter items Create FetchXML from this. Like the same...