MscrmTools
MscrmTools
any news?
Use option in Plugins Store form to define a proxy
Can you try to add an XrmToolBox.AutoUpdater.exe.config file with the following content: ``` ```
The above XML could also be adapted to provide explicit details about required proxy but I don't know what these details are so you will need to check with your...
+1 for @daryllabar The only common way to handle that would be to record all calls to IOrganizationService (and saving data before that call is made to be able to...
I thought about it yesterday and maybe found a solution: What about an interface that provides an event (SendSnapshot) and a method (RestoreSnapshot) SendSnapshot takes an eventargs that stores pointer...
Here is an example of implementation  When clicking the WhoAmI button, I send a snapshot with only the current datetime as plugin state it is added in the snapshot...
1. Not currently, I'm just storing the `Object` passed by the plugin but I understand your point. I have no strong experience with serialization but I guess the answer to...
I could have plenty of them like editing the sitemap, editing web resources, editing entities icons, etc... But I'm not sure to cover all scenario. I guess I will mabye...
I already have a working code (the one used for the screenshot) and I basically store what the plugin wants to store and pass it back data when the user...